i18n start + css start
This commit is contained in:
parent
688d794dc7
commit
15b825bd5d
40 changed files with 1062 additions and 33 deletions
|
@ -1,12 +1,13 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
|
||||
// https://github.com/alexandre-fernandez/astro-i18n
|
||||
import i18n from "astro-i18n";
|
||||
|
||||
// https://astro.build/config
|
||||
import image from "@astrojs/image";
|
||||
|
||||
// https://astro.build/config
|
||||
import mdx from "@astrojs/mdx";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [image(), mdx()]
|
||||
});
|
||||
integrations: [i18n(), image(), mdx()],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue