Skip to content

Commit 1394fbf

Browse files
committed
init: site and base define in config
1 parent 69e1f26 commit 1394fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ import tailwind from '@astrojs/tailwind'
44

55
// https://astro.build/config
66
export default defineConfig({
7+
site: 'https://codebyaadi.github.io',
8+
base: 'utilstash',
79
integrations: [tailwind()]
810
})

0 commit comments

Comments
 (0)