Skip to content

Commit 5d20831

Browse files
committed
fix: update url
1 parent 1ebe82e commit 5d20831

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import tailwind from '@astrojs/tailwind';
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://internrobotics.github.io',
8-
base: '/internvla-m1.github.io',
7+
site: 'https://internrobotics.github.io/internvla-m1.github.io',
98
integrations: [tailwind()],
109
build: {
1110
assets: 'assets'

0 commit comments

Comments
 (0)