From a59a104a8d6a1c1ae6a47ffe92e5bdbff58c1a11 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:06:58 +0200 Subject: [PATCH] configure page title --- projects/rsbuild-ts/rsbuild.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rsbuild-ts/rsbuild.config.ts b/projects/rsbuild-ts/rsbuild.config.ts index 79ea98f..8ab8318 100644 --- a/projects/rsbuild-ts/rsbuild.config.ts +++ b/projects/rsbuild-ts/rsbuild.config.ts @@ -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.