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:
@@ -10,7 +10,7 @@
|
|||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>MediaManager</title>
|
<title>MediaManager</title>
|
||||||
<meta content="Smart PVR for movies and TV shows" name="description" />
|
<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>
|
</svelte:head>
|
||||||
|
|
||||||
<ModeWatcher />
|
<ModeWatcher />
|
||||||
|
|||||||
@@ -15,8 +15,7 @@ const config = {
|
|||||||
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
||||||
adapter: adapter({ fallback: '404.html' }),
|
adapter: adapter({ fallback: '404.html' }),
|
||||||
paths: {
|
paths: {
|
||||||
base: base,
|
base: base
|
||||||
assets: base
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user