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()], });