Browse Source
Merge pull request #2 from rcarteraz/fix-title
Fix Title
pull/336/head
rcarteraz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
rsbuild.config.ts
|
|
@ -24,4 +24,7 @@ export default defineConfig({ |
|
|
"@layouts": "./src/layouts", |
|
|
"@layouts": "./src/layouts", |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
html: { |
|
|
|
|
|
title: "Meshtastic Web", |
|
|
|
|
|
}, |
|
|
}); |
|
|
}); |
|
|
|