Move to Astro
This commit is contained in:
12
astro.config.mjs
Normal file
12
astro.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
// https://astro.build/config
|
||||
import mdx from "@astrojs/mdx";
|
||||
|
||||
import serviceWorker from "astrojs-service-worker";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://house-news.nozzy.online",
|
||||
integrations: [mdx(), serviceWorker()],
|
||||
});
|
||||
Reference in New Issue
Block a user