Replaced localhost url with actual web url

This commit is contained in:
Alexis
2023-10-14 22:44:10 +02:00
parent 651c21b8ec
commit 97573efc37
2 changed files with 14 additions and 3 deletions

View File

@@ -10,4 +10,5 @@ export default defineConfig({
adapter: nodeJs({
mode: 'standalone'
}),
});
site: 'https://maps.alexcreates.fr'
});