mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 13:26:11 +00:00
chore(global): update deps and work for Read the Docs Addons support
also sync the overriden templates against mkdocs-material upstream Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
e5048e6f0f
commit
e440ee780d
11 changed files with 279 additions and 205 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "Personal website for my tildes + Gemini version of blog posts",
|
||||
"scripts": {
|
||||
"start": "npm run dev",
|
||||
"dev": "wrangler dev --port 8000",
|
||||
"dev": "wrangler dev --port 8000 --live-reload",
|
||||
"deploy": "npm run deploy:cf",
|
||||
"deploy:cf": "wrangler deploy",
|
||||
"docker:ci": "DOCKER_BUILDKIT=1 docker build -t dock.mau.dev/andreijiroh-dev/website/build-ci:localdev ./docker"
|
||||
|
@ -21,9 +21,10 @@
|
|||
},
|
||||
"homepage": "https://andreijiroh.xyz",
|
||||
"devDependencies": {
|
||||
"wrangler": "^4.18.0"
|
||||
"npm-check-updates": "^18.0.1",
|
||||
"wrangler": "^4.20.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dotenvx/dotenvx": "^1.44.1"
|
||||
"@dotenvx/dotenvx": "^1.44.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue