mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
Merge 0e0f683970 into 59b5807601
This commit is contained in:
commit
ab80087fb4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ tsconfig.tsbuildinfo
|
||||
private/
|
||||
.replit
|
||||
replit.nix
|
||||
.vscode/
|
||||
@ -59,6 +59,7 @@ function sluggify(s: string): string {
|
||||
.split("/")
|
||||
.map((segment) =>
|
||||
segment
|
||||
.toLowerCase()
|
||||
.replace(/\s/g, "-")
|
||||
.replace(/&/g, "-and-")
|
||||
.replace(/%/g, "-percent")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user