try to fix new slug again

This commit is contained in:
2023-11-04 13:03:16 +01:00
parent 20c527b15c
commit 76b819b8b1
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",
}
},
};