astrojs rewrite
This commit is contained in:
parent
43e147891b
commit
1a7aac7b52
34 changed files with 6768 additions and 121 deletions
8
astro.config.mjs
Normal file
8
astro.config.mjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue