Skip to content

Commit 47db73d

Browse files
Remove trailing slashes from permalinks
Updated the permalinks for post, page, and commands to remove trailing slashes, standardizing URL structure.
1 parent c4ed1f0 commit 47db73d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/_default/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ enableRobotsTXT = true
77
disablePathToLower = true
88

99
[permalinks]
10-
post = "/:slug/"
11-
page = "/:slug/"
12-
commands = "/:slug/"
10+
post = "/:slug"
11+
page = "/:slug"
12+
commands = "/:slug"
1313

1414
[params]
1515
description = "A free, open-source PowerShell module with 700+ commands that make SQL Server administration simple, powerful, and fun."

0 commit comments

Comments
 (0)