Skip to content

Commit

Permalink
massive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SSP6904 authored Jan 11, 2024
1 parent d3b199a commit 869ccbc
Show file tree
Hide file tree
Showing 14 changed files with 898 additions and 27 deletions.
7 changes: 4 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { defineConfig } from 'astro/config';

import tailwind from "@astrojs/tailwind";

import react from "@astrojs/react";

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

0 comments on commit 869ccbc

Please sign in to comment.