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 d47f56a commit 1a69b98Copy full SHA for 1a69b98
astro.config.mjs
@@ -9,6 +9,7 @@ export default defineConfig({
9
redirects: {
10
"/blog": "/",
11
},
12
- site: "https://example.treelink.com",
+ site: 'https://nx2k3.github.io',
13
+ base: '',
14
integrations: [tailwind(), sitemap(), icon()],
15
});
0 commit comments