astrojs rewrite
This commit is contained in:
parent
e7a707b4e2
commit
39c53b1bd1
20 changed files with 8110 additions and 26 deletions
9
astro.config.mjs
Normal file
9
astro.config.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
// @ts-check
|
||||
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