Skip to content

Commit

Permalink
built out index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ajolipa committed Mar 5, 2024
1 parent c76006f commit 41d8300
Show file tree
Hide file tree
Showing 26 changed files with 1,378 additions and 215 deletions.
7 changes: 6 additions & 1 deletion astro-web/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";

import react from "@astrojs/react";

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

0 comments on commit 41d8300

Please sign in to comment.