Compare commits
No commits in common. "main" and "feat/vercel" have entirely different histories.
main
...
feat/verce
3 changed files with 714 additions and 882 deletions
14
package.json
14
package.json
|
|
@ -17,19 +17,19 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.14",
|
||||
"@astrojs/vercel": "^9.0.5",
|
||||
"astro": "^5.18.1",
|
||||
"@astrojs/mdx": "^4.3.13",
|
||||
"@astrojs/vercel": "^9.0.4",
|
||||
"astro": "^5.16.9",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-math": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.8",
|
||||
"@typescript-eslint/parser": "^8.57.1",
|
||||
"@astrojs/check": "^0.9.6",
|
||||
"@typescript-eslint/parser": "^8.53.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.4.0",
|
||||
"prettier": "^3.8.1",
|
||||
"lint-staged": "^16.2.7",
|
||||
"prettier": "^3.8.0",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
|
|
|
|||
1579
pnpm-lock.yaml
generated
1579
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -48,6 +48,9 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
|||
|
||||
<div>
|
||||
<h2>ideas</h2>
|
||||
<ul>
|
||||
<li>there are none yet</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue