Skip to content

Commit

Permalink
Swap layout (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewbadour authored Aug 6, 2024
1 parent 2d36d49 commit e31581a
Show file tree
Hide file tree
Showing 1,427 changed files with 7,432 additions and 2,293 deletions.
7 changes: 4 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { defineConfig } from 'astro/config';

import mdx from "@astrojs/mdx";

import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
integrations: [mdx()],
site: 'https://vestigl.com',
integrations: [mdx(), icon()],
site: 'https://vestigl.com'
});
Loading

0 comments on commit e31581a

Please sign in to comment.