set up Biome
This commit is contained in:
+7
-8
@@ -1,18 +1,17 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import alpinejs from "@astrojs/alpinejs";
|
||||
|
||||
// https://astro.build/config
|
||||
import mdx from '@astrojs/mdx';
|
||||
|
||||
import alpinejs from '@astrojs/alpinejs';
|
||||
import mdx from "@astrojs/mdx";
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://ghall.space',
|
||||
output: 'static',
|
||||
site: "https://ghall.space",
|
||||
output: "static",
|
||||
|
||||
integrations: [mdx(), alpinejs()],
|
||||
redirects: {
|
||||
'/posts/[...slug]': '/blog/[...slug]',
|
||||
'/blog': '/blog/page/1',
|
||||
"/posts/[...slug]": "/blog/[...slug]",
|
||||
"/blog": "/blog/page/1",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user