feat(SEO): better metadata and SEO tags

This commit is contained in:
2026-02-05 11:39:08 +01:00
parent e202376998
commit 4fa8fce9b2
11 changed files with 22 additions and 1 deletions

View File

@@ -73,6 +73,8 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
apiBase: process.env.NUXT_PUBLIC_API_BASE || 'http://localhost:3100/api',
urlBase: process.env.NUXT_PUBLIC_URL_BASE || 'http://localhost:3000/',
fediverseCreator: process.env.NUXT_PUBLIC_FEDIVERSE_CREATOR || ''
}
},
nitro: {