mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Configure astro
This commit is contained in:
parent
d72f57d94d
commit
c0d182a5de
1 changed files with 15 additions and 0 deletions
15
astro.config.mjs
Normal file
15
astro.config.mjs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { defineConfig } from 'astro/config'
|
||||
import vue from '@astrojs/vue'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
srcDir: './src-astro',
|
||||
publicDir: './static',
|
||||
site: 'https://doesitarm.com',
|
||||
|
||||
integrations: [
|
||||
vue(),
|
||||
tailwind()
|
||||
]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue