From 9f02cc515eef5e3c880afb974eb44d19afc77c38 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Sun, 29 Mar 2026 23:19:39 +1300 Subject: [PATCH] updated website url --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f174841..2176c02 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,7 +14,7 @@ import cloudflare from '@astrojs/cloudflare'; // https://astro.build/config export default defineConfig({ - site: 'https://website-rework.sirlilpanda.workers.dev', + site: 'https://sirlilpanda.studio', output: "server", markdown : { shikiConfig: { @@ -24,7 +24,7 @@ export default defineConfig({ }, }, remarkPlugins: [ - // [remarkMath, {}], + [remarkMath, {}], [remarkToc, { heading: 'toc', maxDepth: 3 } ], ], rehypePlugins : [