Skip to content

Commit

Permalink
revert config as astro recommends it for type safety.
Browse files Browse the repository at this point in the history
  • Loading branch information
surjithctly authored Feb 3, 2023
1 parent 93c250b commit b9a2192
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import image from "@astrojs/image";
import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";

export default {
export default defineConfig({
site: "https://astroship.web3templates.com",
integrations: [
tailwind(),
Expand All @@ -13,4 +14,4 @@ export default {
mdx(),
sitemap(),
],
};
});

0 comments on commit b9a2192

Please sign in to comment.