Added extra meta on <head>

This commit is contained in:
Alexis
2024-01-16 00:03:38 +01:00
parent 45ead84c20
commit a9fa3d2f9a
2 changed files with 4 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ import vue from "@astrojs/vue";
export default defineConfig({
integrations: [vue()],
output: 'static',
site: 'https://maps.alexcreates.fr'
site: 'https://maps.alexcreates.fr',
});