mirror of
https://github.com/quartz-community/alias-redirects.git
synced 2026-07-22 02:50:31 +00:00
No description
| .github/workflows | ||
| dist | ||
| src | ||
| test | ||
| types | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@quartz-community/alias-redirects
Generates HTML redirect pages for frontmatter aliases and case-preserving URLs, so old URLs redirect to the canonical page.
Installation
npx quartz plugin add github:quartz-community/alias-redirects
Usage
plugins:
- source: github:quartz-community/alias-redirects
enabled: true
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
enableCaseRedirects |
boolean |
true |
Automatically generate redirect pages for URLs that changed casing due to v5's lowercase normalization. |
Documentation
See the Quartz documentation for more information.
License
MIT