updated website url

This commit is contained in:
2026-03-29 23:19:39 +13:00
parent fb24f09e6a
commit 9f02cc515e

View File

@@ -14,7 +14,7 @@ import cloudflare from '@astrojs/cloudflare';
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
site: 'https://website-rework.sirlilpanda.workers.dev', site: 'https://sirlilpanda.studio',
output: "server", output: "server",
markdown : { markdown : {
shikiConfig: { shikiConfig: {
@@ -24,7 +24,7 @@ export default defineConfig({
}, },
}, },
remarkPlugins: [ remarkPlugins: [
// [remarkMath, {}], [remarkMath, {}],
[remarkToc, { heading: 'toc', maxDepth: 3 } ], [remarkToc, { heading: 'toc', maxDepth: 3 } ],
], ],
rehypePlugins : [ rehypePlugins : [