Skip to content

Commit

Permalink
configure page title
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Aug 18, 2024
1 parent 0969f92 commit a59a104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/rsbuild-ts/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from '@rsbuild/core';
export default defineConfig({
html: {
favicon: './assets/favicon-128x128.png',
title: 'maxGraph Rsbuild TypeScript example',
},
// enforce a chunk per module to better track the size of the maxGraph chunk.
// We don't need it here because we have a single dependency, so the chunk automatically generated only includes the maxGraph module.
Expand Down

0 comments on commit a59a104

Please sign in to comment.