mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
replace asset() with resolve()
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<svelte:head>
|
||||
<title>MediaManager</title>
|
||||
<meta content="Smart PVR for movies and TV shows" name="description" />
|
||||
<link href={asset('/logo.svg')} rel="icon" type="image/svg" />
|
||||
<link href={resolve('/logo.svg', {})} rel="icon" type="image/svg" />
|
||||
</svelte:head>
|
||||
|
||||
<ModeWatcher />
|
||||
|
||||
@@ -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