fix new slug
This commit is contained in:
@ -8,7 +8,21 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true
|
"strict": true,
|
||||||
|
"paths": {
|
||||||
|
"$lib": [
|
||||||
|
"src/lib"
|
||||||
|
],
|
||||||
|
"$lib/*": [
|
||||||
|
"src/lib/*"
|
||||||
|
],
|
||||||
|
"$data": [
|
||||||
|
"src/data"
|
||||||
|
],
|
||||||
|
"$data/*": [
|
||||||
|
"src/data/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user