Skip to content

Commit

Permalink
Add my projects using markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtim committed Nov 2, 2023
1 parent 4609220 commit 14c2c34
Show file tree
Hide file tree
Showing 40 changed files with 1,917 additions and 750 deletions.
7 changes: 5 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sitemap from '@astrojs/sitemap';
export default defineConfig({
site: 'https://www.cjtim.com',
integrations: [tailwind(), react(), svelte(), sitemap()],
output: "server",
output: "hybrid",
adapter: vercel(),
vite: {
ssr: {
Expand All @@ -23,5 +23,8 @@ export default defineConfig({
options: {
parser: 'astro'
}
}]
}],
experimental: {
devOverlay: true
}
});
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@
"@astrojs/svelte": "^4.0.0",
"@astrojs/tailwind": "^3.1.3",
"@astrojs/vercel": "^3.4.0",
"astro": "^3.0.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"astro": "^3.4.2",
"astro-color-scheme": "^1.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"svelte": "^4.0.0",
"svelte": "^4.2.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-svelte": "^3.0.3",
Expand Down
Loading

1 comment on commit 14c2c34

@vercel
Copy link

@vercel vercel bot commented on 14c2c34 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.