mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 13:00:01 -04:00
i18n is so weird brooo
This commit is contained in:
parent
d82bee3150
commit
781a31d3bb
119 changed files with 8174 additions and 14035 deletions
9
astro.config.mjs
Normal file
9
astro.config.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
import icon from "astro-icon";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind(), icon()]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue