mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 02:32:17 +03:00
config: add trailingSlash: true
for better SEO
- https://stackoverflow.com/questions/57347590/remove-trailing-slash-on-github-page-hosted-website - https://stackoverflow.com/questions/77693243/using-cloudflare-to-add-trailing-slash-to-url - https://stackoverflow.com/questions/54727643/trailing-slashes-in-jekyll-github-pages-site-cause-404
This commit is contained in:
parent
42f4621d94
commit
016cee40d1
@ -16,6 +16,7 @@ const config: Config = {
|
||||
baseUrl: "/",
|
||||
|
||||
deploymentBranch: "gh-pages",
|
||||
trailingSlash: true,
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
Loading…
x
Reference in New Issue
Block a user