mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 00:53:57 +02:00
replace asset() with resolve()
This commit is contained in:
@@ -15,8 +15,7 @@ const config = {
|
||||
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
||||
adapter: adapter({ fallback: '404.html' }),
|
||||
paths: {
|
||||
base: base,
|
||||
assets: base
|
||||
base: base
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user