Skip to content

Commit

Permalink
move favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Aug 18, 2024
1 parent 01bb7d6 commit 80fa459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/rsbuild-ts/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from '@rsbuild/core';

export default defineConfig({
html: {
favicon: './assets/favicon-128x128.png',
favicon: './src/assets/favicon-128x128.png',
title: 'maxGraph Rsbuild TypeScript example',
},
output: {
Expand Down

0 comments on commit 80fa459

Please sign in to comment.