From 95fb881ac20ab12b9d40e1cb99eee97d27542a7f Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Tue, 17 Jun 2025 10:28:37 -0700 Subject: [PATCH] chore: fix formatting --- docs/hosting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/hosting.md b/docs/hosting.md index 67643af01..c495bc7e6 100644 --- a/docs/hosting.md +++ b/docs/hosting.md @@ -97,7 +97,6 @@ Then: > [!info] > Quartz generates files in the format of `file.html` instead of `file/index.html` which means the trailing slashes for _non-folder paths_ are dropped. As GitHub pages does not do this redirect, this may cause existing links to your site that use trailing slashes to break. If not breaking existing links is important to you (e.g. you are migrating from Quartz 3), consider using [[#Cloudflare Pages]]. - ### Custom Domain Here's how to add a custom domain to your GitHub pages deployment.