updated website url
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://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 : [
|
||||||
|
|||||||
Reference in New Issue
Block a user