diff --git a/app/app.config.ts b/app/app.config.ts index b3f30d1..eaf9b2c 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -9,4 +9,7 @@ export default defineAppConfig({ background: 'bg-red-100 dark:bg-red-900', }, }, + seo: { + siteName: 'fume.bio', + }, }) diff --git a/app/app.vue b/app/app.vue index b138619..0086a49 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,7 +1,16 @@