Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph committed Sep 18, 2024
1 parent 8ad6dd2 commit 7304297
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<meta property="og:site_name" content="Tawri - Web小説向けエディタ" />
<meta property="og:description" content="速い、軽い、シームレスなWeb小説向けエディタ" />
<meta property="og:url" content="https://tawri.l4ph.moe" />
<meta property="og:image" content="https://tawri.l4ph.moe/og-image.jpg" />
<meta property="og:type" content="website" />
<meta name="twitter:site" content="@R0u9h" />
<meta name="twitter:creator" content="@R0u9h" />
Expand Down
5 changes: 4 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
import { Toaster } from "$lib/components/ui/sonner";
import '@fontsource-variable/m-plus-2';
import { ModeWatcher } from "mode-watcher";
import { page } from '$app/stores';
import { page } from "$app/stores";
</script>

<svelte:head>
<meta property="og:image" content="{$page.url.origin}/og-image.jpg" />
</svelte:head>
<Toaster />
<ModeWatcher />
<slot />
File renamed without changes

0 comments on commit 7304297

Please sign in to comment.