From 94bf544e0079705f0299c40e10f5bb7d88e86c9e Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Sun, 15 Mar 2026 17:13:08 +1300 Subject: [PATCH] trying to get this website to work --- astro.config.mjs | 4 ++-- wrangler.jsonc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index be1313a..e946dd4 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://example.com', + site: 'https://website-rework.sirlilpanda.workers.dev', output: "server", markdown : { shikiConfig: { @@ -28,7 +28,7 @@ export default defineConfig({ [remarkToc, { heading: 'toc', maxDepth: 3 } ], ], rehypePlugins : [ - rehypeKatex, + [rehypeKatex, {}], ] }, integrations: [ diff --git a/wrangler.jsonc b/wrangler.jsonc index 87f900d..c618e94 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -5,7 +5,7 @@ "global_fetch_strictly_public", "nodejs_compat" ], - "name": "tested-telescope", + "name": "website-rework", "main": "@astrojs/cloudflare/entrypoints/server", "assets": { "directory": "./dist",