trying to get this website to work
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user