Refractor/cloudflare-pages (#8)

* move to cf pages

* no static exports

* empty commit

* generate blog posts

* add to build

* move to src on the script

* edge runtime
This commit is contained in:
2024-03-19 06:54:48 +01:00
committed by GitHub
parent eb812ba3da
commit ff6dc3a953
8 changed files with 5242 additions and 3747 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "node src/blogPostGenerator.js && next dev",
"build": "next build",
"build": "node src/blogPostGenerator.js && next build",
"start": "node src/blogPostGenerator.js;next start",
"lint": "next lint"
},
@@ -14,8 +14,6 @@
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@vercel/edge-config": "^0.4.1",
"@vercel/speed-insights": "^1.0.2",
"dayjs": "^1.11.10",
"feed": "^4.2.2",
"glob": "^10.3.10",
@@ -37,5 +35,6 @@
"eslint": "^8",
"eslint-config-next": "14.0.2",
"typescript": "^5"
}
},
"packageManager": "yarn@4.1.1"
}