mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-15 18:15:10 +01:00
Initial commit
This commit is contained in:
13
astro.config.mjs
Normal file
13
astro.config.mjs
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'astro/config'
|
||||
import mdx from '@astrojs/mdx'
|
||||
import tailwind from '@astrojs/tailwind'
|
||||
import compress from 'astro-compress'
|
||||
import icon from "astro-icon"
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
compressHTML: true,
|
||||
integrations: [mdx(), icon(), tailwind({
|
||||
applyBaseStyles: false,
|
||||
}), compress()],
|
||||
})
|
||||
Reference in New Issue
Block a user