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 // https://astro.build/config
export default defineConfig({ export default defineConfig({
site: 'https://example.com', site: 'https://website-rework.sirlilpanda.workers.dev',
output: "server", output: "server",
markdown : { markdown : {
shikiConfig: { shikiConfig: {
@@ -28,7 +28,7 @@ export default defineConfig({
[remarkToc, { heading: 'toc', maxDepth: 3 } ], [remarkToc, { heading: 'toc', maxDepth: 3 } ],
], ],
rehypePlugins : [ rehypePlugins : [
rehypeKatex, [rehypeKatex, {}],
] ]
}, },
integrations: [ integrations: [

View File

@@ -5,7 +5,7 @@
"global_fetch_strictly_public", "global_fetch_strictly_public",
"nodejs_compat" "nodejs_compat"
], ],
"name": "tested-telescope", "name": "website-rework",
"main": "@astrojs/cloudflare/entrypoints/server", "main": "@astrojs/cloudflare/entrypoints/server",
"assets": { "assets": {
"directory": "./dist", "directory": "./dist",