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",