Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
1bd27f31d9
fix: uppgrade 2026-02-24 13:36:02 -05:00
1eb38badc0
remove corniness 2026-02-24 11:54:15 -05:00
3 changed files with 771 additions and 560 deletions

View file

@ -19,17 +19,17 @@
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.3.13", "@astrojs/mdx": "^4.3.13",
"@astrojs/vercel": "^9.0.4", "@astrojs/vercel": "^9.0.4",
"astro": "^5.16.9", "astro": "^5.17.3",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1", "rehype-katex": "^7.0.1",
"remark-math": "^6.0.0" "remark-math": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.6", "@astrojs/check": "^0.9.6",
"@typescript-eslint/parser": "^8.53.0", "@typescript-eslint/parser": "^8.56.1",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.2.7", "lint-staged": "^16.2.7",
"prettier": "^3.8.0", "prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },

1322
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -48,9 +48,6 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<div> <div>
<h2>ideas</h2> <h2>ideas</h2>
<ul>
<li>there are none yet</li>
</ul>
</div> </div>
<div> <div>