Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Aug 31, 2024
1 parent 305ba02 commit 9eb6b64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import preact from "@astrojs/preact";
import mdx from "@astrojs/mdx";

import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), preact(), mdx(), sitemap()],
integrations: [tailwind(), sitemap()],
site: "https://trans.stki.org",
});

0 comments on commit 9eb6b64

Please sign in to comment.