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 1ebe82e commit 5d20831Copy full SHA for 5d20831
astro.config.mjs
@@ -4,8 +4,7 @@ import tailwind from '@astrojs/tailwind';
4
5
// https://astro.build/config
6
export default defineConfig({
7
- site: 'https://internrobotics.github.io',
8
- base: '/internvla-m1.github.io',
+ site: 'https://internrobotics.github.io/internvla-m1.github.io',
9
integrations: [tailwind()],
10
build: {
11
assets: 'assets'
0 commit comments