update configs
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -130,7 +130,4 @@ dist
|
|||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# vscode
|
# vscode
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
# package-lock.json
|
|
||||||
package-lock.json
|
|
||||||
11
README.md
11
README.md
@@ -9,3 +9,14 @@ This site is powered by
|
|||||||
- [Tailwind CSS](https://tailwindcss.com/)
|
- [Tailwind CSS](https://tailwindcss.com/)
|
||||||
- [Vercel](https://vercel.com/)
|
- [Vercel](https://vercel.com/)
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
### Deploying to Vercel
|
||||||
|
|
||||||
|
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FTrance-0%2FNotechondria)
|
||||||
|
|
||||||
|
_Warning: This project is not suitable for free Vercel plan. There is insufficient memory for the build process._
|
||||||
|
|
||||||
|
### Deploying to Cloudflare Pages
|
||||||
|
|
||||||
|
[](https://deploy.workers.cloudflare.com/?url=https://github.com/Trance-0/Notechondria)
|
||||||
|
|||||||
9777
package-lock.json
generated
Normal file
9777
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,13 +5,15 @@
|
|||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@cloudflare/next-on-pages": "^1.13.7",
|
||||||
"@vercel/analytics": "^1.4.1",
|
"@vercel/analytics": "^1.4.1",
|
||||||
"@vercel/speed-insights": "^1.1.0",
|
"@vercel/speed-insights": "^1.1.0",
|
||||||
"next": "^15.0.3",
|
"next": "^15.0.3",
|
||||||
"nextra": "^3.2.3",
|
"nextra": "^3.2.3",
|
||||||
"nextra-theme-docs": "^3.2.3",
|
"nextra-theme-docs": "^3.2.3",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1"
|
"react-dom": "^18.3.1",
|
||||||
|
"vercel": "^32.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "22.10.7"
|
"@types/node": "22.10.7"
|
||||||
|
|||||||
6
wrangler.toml
Normal file
6
wrangler.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
main = ".open-next/worker.js"
|
||||||
|
name = "notenextra"
|
||||||
|
pages_build_output_directory = ".vercel/output/static"
|
||||||
|
compatibility_date = "2025-02-13"
|
||||||
|
compatibility_flags = ["nodejs_compat"]
|
||||||
|
assets = { directory = ".open-next/assets", binding = "ASSETS" }
|
||||||
Reference in New Issue
Block a user