trying to get this website to work

This commit is contained in:
2026-03-15 17:13:08 +13:00
parent 7c68170ef7
commit 94bf544e00
2 changed files with 3 additions and 3 deletions

View File

@@ -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: [