Skip to content

Commit

Permalink
rcw (#8)
Browse files Browse the repository at this point in the history
* use videos as gifs?

* use bun

* update bun

* work on write-up and add gif

* use mp4 instead (fixes safari)

* have most things done, stupid mp4

* finish up

* upgrade deps

* remove whitespace from links

see withastro/astro#6011 (comment) and withastro/prettier-plugin-astro#308

* fix links adding whitespace

* make it make sense
  • Loading branch information
aczw authored Nov 24, 2023
1 parent 7a6d409 commit da983d9
Show file tree
Hide file tree
Showing 17 changed files with 466 additions and 351 deletions.
Binary file added bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "^1.1.4",
"@astrojs/mdx": "^1.1.5",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^4.0.5",
"@fontsource/atkinson-hyperlegible": "^5.0.17",
"astro": "^3.5.3",
"astro": "^3.6.0",
"clsx": "^2.0.0",
"lucide-astro": "^0.279.0",
"sharp": "^0.32.6",
Expand All @@ -24,14 +24,14 @@
},
"devDependencies": {
"@types/eslint": "^8.44.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-react": "^7.33.2",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

1 comment on commit da983d9

@vercel
Copy link

@vercel vercel bot commented on da983d9 Nov 24, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

personal-website – ./

personal-website-git-main-aczw.vercel.app
personal-website-aczw.vercel.app
charl.sh
www.charl.sh

Please sign in to comment.