Skip to content

Commit

Permalink
rest try 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cu8code committed Apr 18, 2024
1 parent 98ccbd9 commit ecfe19b
Show file tree
Hide file tree
Showing 12 changed files with 1,273 additions and 375 deletions.
47 changes: 0 additions & 47 deletions _README.md

This file was deleted.

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 mdx from "@astrojs/mdx";
import react from "@astrojs/react";


// https://astro.build/config
export default defineConfig({
integrations: [mdx()],
site:"https://cu8code.github.io",
integrations: [mdx(), react()],
site: "https://cu8code.github.io"
});
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.3.0",
"@astrojs/tailwind": "^5.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"astro": "^4.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.370.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit ecfe19b

Please sign in to comment.