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

View File

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