Skip to content

Commit

Permalink
feat: added tools/amortization
Browse files Browse the repository at this point in the history
  • Loading branch information
uptownhr committed Jan 14, 2023
1 parent 57514b7 commit 8a51be0
Show file tree
Hide file tree
Showing 6 changed files with 774 additions and 6 deletions.
7 changes: 4 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';

import sitemap from '@astrojs/sitemap';
// https://astro.build/config
import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
integrations: [mdx(), sitemap()],
site: 'https://example.com',
integrations: [mdx(), sitemap(), svelte()]
});

0 comments on commit 8a51be0

Please sign in to comment.