🚀 Init
This commit is contained in:
commit
e0056b9cd9
26 changed files with 1560 additions and 0 deletions
8
astro.config.mjs
Normal file
8
astro.config.mjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { defineConfig } from 'astro/config'
|
||||
|
||||
export default defineConfig({
|
||||
site: "https://example.org/",
|
||||
devToolbar: {
|
||||
enabled: false
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue