This commit is contained in:
2025-10-26 10:48:59 -04:00
parent e8264e80ce
commit a56f752917
2 changed files with 7 additions and 0 deletions

View File

@@ -3,4 +3,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
export default defineConfig({
plugins: [pluginReact()],
html: {
title: 'Raggr',
favicon: './src/assets/favicon.svg',
},
});