just file, docker file and website css fixes

This commit is contained in:
2026-05-26 23:04:48 +01:00
parent edace5eef8
commit 2c72bac2e2
5 changed files with 39 additions and 20 deletions
+8 -2
View File
@@ -28,12 +28,18 @@ const config = {
mode: "scoped"
}),
],
paths: {
relative: true,
},
kit: {
alias: {
'src': './src/',
},
paths: {
relative: false,
},
files: {
assets: "./static",
// assets: "./static",
},
adapter: adapter({
// default options are shown. On some platforms
@@ -41,7 +47,7 @@ const config = {
pages: 'build',
assets: 'build',
fallback: undefined,
precompress: false,
precompress: true,
strict: true,
}),
},