aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pages/og/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/og/index.astro')
-rw-r--r--src/pages/og/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/og/index.astro b/src/pages/og/index.astro
index 8bfb7c1..83a992e 100644
--- a/src/pages/og/index.astro
+++ b/src/pages/og/index.astro
@@ -31,7 +31,7 @@ const slugs = [
.replace(contentDir + "/", "")
.replace(/\.mdx$/, "")
.replace(/\/index$/, "")
- .replace(/\//g, "-")
+ .replace(/\//g, "--")
)
.filter((s) => s !== "ippan-situmon"),
];