replace base with resolve

This commit is contained in:
maxDorninger
2025-10-27 19:20:57 +01:00
parent 7eb4ff8902
commit f62394fdb7
27 changed files with 108 additions and 91 deletions

View File

@@ -15,7 +15,8 @@ const config = {
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter({ fallback: '404.html' }),
paths: {
base: base
base: base,
assets: base
}
}
};