Skip to content

Commit

Permalink
init: site and base define in config
Browse files Browse the repository at this point in the history
  • Loading branch information
codebyaadi committed Sep 6, 2024
1 parent 69e1f26 commit 1394fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ import tailwind from '@astrojs/tailwind'

// https://astro.build/config
export default defineConfig({
site: 'https://codebyaadi.github.io',
base: 'utilstash',
integrations: [tailwind()]
})

0 comments on commit 1394fbf

Please sign in to comment.