Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lettarx authored Feb 29, 2024
0 parents commit d9827f0
Show file tree
Hide file tree
Showing 26 changed files with 6,956 additions and 0 deletions.
9 changes: 9 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'astro/config';

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
output: 'server',
});
Loading

0 comments on commit d9827f0

Please sign in to comment.