We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e4073 commit 874e705Copy full SHA for 874e705
astro.config.mjs
@@ -12,7 +12,7 @@ import cloudflare from "@astrojs/cloudflare";
12
// https://astro.build/config
13
export default defineConfig({
14
site: 'https://xsh4n4.github.io/writeups', // your actual repo URL
15
- base: '/', // repo name
+ base: '/writeups/', // repo name
16
integrations: [mdx(), playformCompress()],
17
markdown: {
18
syntaxHighlight: 'prism',
0 commit comments