revert change

This commit is contained in:
2023-11-04 13:09:08 +01:00
parent 7d6e4241a5
commit 8b64ce7825
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ const config = {
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({ pages: "dist" }),
alias: {
$data: "./src/data",
$data: "src/data",
}
},
};