Skip to content

Commit

Permalink
Finished all files
Browse files Browse the repository at this point in the history
  • Loading branch information
IryDev committed Oct 7, 2023
1 parent 004b716 commit 1c61e2f
Show file tree
Hide file tree
Showing 22 changed files with 1,016 additions and 493 deletions.
7 changes: 6 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { defineConfig } from 'astro/config';
import react from "@astrojs/react";

import tailwind from "@astrojs/tailwind";

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

0 comments on commit 1c61e2f

Please sign in to comment.