fix: リダイレクト処理の改善
This commit is contained in:
parent
0bdc00d567
commit
422d2ca2a4
@ -1,5 +1,11 @@
|
||||
<svelte:head>
|
||||
<meta http-equiv="Refresh" content="0; URL=0" />
|
||||
</svelte:head>
|
||||
<script>
|
||||
import { goto } from "$app/navigation";
|
||||
import { onMount } from "svelte";
|
||||
import { base } from '$app/paths'
|
||||
|
||||
onMount(() => {
|
||||
goto(`${base}/0`)
|
||||
})
|
||||
</script>
|
||||
|
||||
To show posts, click <a href="/blog/0">here</a>
|
Loading…
Reference in New Issue
Block a user