Skip to content

Commit

Permalink
Add UselessBot PP & TOS (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
KabanFriends committed Nov 19, 2023
1 parent d165b7a commit 6b8406e
Show file tree
Hide file tree
Showing 9 changed files with 754 additions and 4 deletions.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { defineConfig } from 'astro/config';
import compress from "astro-compress";

import mdx from "@astrojs/mdx";

// https://astro.build/config
export default defineConfig({
site: 'https://kabanfriends.github.io',
integrations: [compress()]
integrations: [compress(), mdx()]
});
Loading

0 comments on commit 6b8406e

Please sign in to comment.