Added fix for custom basepath

This commit is contained in:
2021-08-18 18:02:14 +02:00
parent db5c530477
commit d9134f6de2

View File

@@ -9,7 +9,10 @@ const config = {
adapter: staticAdapter(), adapter: staticAdapter(),
files: { files: {
assets: 'static' assets: 'static'
} },
paths: {
base: '/dashboard',
},
}, },
preprocess: [ preprocess: [