add new slug

This commit is contained in:
2023-11-04 12:56:34 +01:00
parent 224403ba9b
commit 770b38d72b
6 changed files with 8 additions and 5 deletions

View File

@ -16,6 +16,9 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({ pages: "dist" }),
alias: {
$data: "src/data",
}
},
};