Skip to content

Commit

Permalink
Added P5en and Trn2
Browse files Browse the repository at this point in the history
  • Loading branch information
nrollr committed Dec 3, 2024
1 parent 36fc576 commit 52771ae
Show file tree
Hide file tree
Showing 8 changed files with 751 additions and 580 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import sitemap from "@astrojs/sitemap";

import db from "@astrojs/db";
// import db from "@astrojs/db";

// https://astro.build/config
export default defineConfig({
site: 'https://instancetyp.es/',
integrations: [tailwind(), sitemap(), db()]
integrations: [tailwind(), sitemap()]
});
Loading

0 comments on commit 52771ae

Please sign in to comment.