mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
fix: reorder imports in astro.config.mjs for consistency
This commit is contained in:
parent
78ff7cbbe5
commit
f615a43af5
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
||||||
import tailwind from '@astrojs/tailwind'
|
|
||||||
// @ts-check
|
|
||||||
import { defineConfig } from 'astro/config'
|
|
||||||
|
|
||||||
import react from '@astrojs/react'
|
import react from '@astrojs/react'
|
||||||
|
|
||||||
import sitemap from '@astrojs/sitemap'
|
import sitemap from '@astrojs/sitemap'
|
||||||
|
import tailwind from '@astrojs/tailwind'
|
||||||
|
import { defineConfig } from 'astro/config'
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue