ZeroOne English articles, page 5
Hreflang No Return Tags: Debug Reciprocal Language Links
2026-08-14
Marketing
Fix hreflang no-return-tag errors by making language links reciprocal, fully qualified, self-referencing, and limited to equivalent localized pages.
952 words
|
5 minutes
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND: Fix pnpm Workspace Package Errors
2026-08-14
DevOps
Fix ERR_PNPM_WORKSPACE_PKG_NOT_FOUND by aligning package names, workspace globs, and workspace: dependencies in a pnpm monorepo.
998 words
|
5 minutes
Cloudflare Workers compatibility_date: Safe Upgrade
2026-08-13
DevOps
Update Cloudflare Workers compatibility_date safely: review changed flags, deploy a test version, pin intentional exceptions, and verify runtime behavior.
959 words
|
5 minutes
Docker Compose depends_on Not Waiting: Add a Healthcheck
2026-08-13
DevOps
Fix Docker Compose services that start before a database is ready by pairing healthcheck with depends_on: condition: service_healthy.
720 words
|
4 minutes
actions/checkout v5: Fix Node 24 Runner Errors Safely
2026-08-13
DevOps
Migrate actions/checkout@v5 to Node 24 without guessing: check runner v2.327.1, update self-hosted machines, and verify the workflow.
838 words
|
4 minutes
Pagefind Exclude: data-pagefind-body vs ignore
2026-08-13
Frontend
Learn how to keep Pagefind from indexing pages or sections: choose data-pagefind-body, data-pagefind-ignore, or exclude selectors without losing posts.
739 words
|
4 minutes
Vite Env Undefined in Production: Fix It at Build Time
2026-08-13
Frontend
Fix Vite environment variables that are undefined after deployment by using import.meta.env, the VITE_ prefix, the right mode, and build-time checks.
731 words
|
4 minutes
Astro base Path: Fix Broken Assets and Links Under a Subfolder
2026-08-12
Frontend
Fix Astro assets and internal links that break under a project subpath by aligning site, base, BASE_URL, generated files, and host checks.
1002 words
|
5 minutes