docs: updated links

This commit is contained in:
saberzero1
2026-04-17 03:25:16 +02:00
parent c32d11cb8b
commit 6c3b94e474
21 changed files with 65 additions and 65 deletions

View File

@@ -36,7 +36,7 @@ To add a custom domain, check out [Cloudflare's documentation](https://developer
> Cloudflare Pages performs a shallow clone by default, so if you rely on `git` for timestamps, it is recommended that you add `git fetch --unshallow &&` to the beginning of the build command (e.g., `git fetch --unshallow && npx quartz plugin install && npx quartz build`).
> [!note]
> For more detailed CI/CD configuration including caching and plugin management, see [[getting-started/migrating#Updating Your CI/CD|the migration guide]].
> For more detailed CI/CD configuration including caching and plugin management, see [[migrating#Updating Your CI/CD|the migration guide]].
## GitHub Pages