chore(website): read .env from project root

This commit is contained in:
LukaDev 2024-08-30 13:36:55 +02:00
parent 3f259c3a2e
commit f7942cff93

View file

@ -8,6 +8,9 @@ const config = {
kit: {
adapter: adapter({}),
env: {
dir: "..",
},
},
extensions: [".svelte", ".svx"],