Skip to content

Commit 6a4fbce

Browse files
committed
docs: fix config #964
1 parent 5e174ba commit 6a4fbce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎docs/config/_default/params.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ disableRandomIds = false
123123
# This array can be expanded in the page's frontmatter.
124124
urlIgnoreCheck = [
125125
'exampleSite',
126-
'images/hero.zip',
126+
'images/hero\.zip',
127127
'http://localhost:1313',
128-
'https://github.com/McShelby/hugo-theme-relearn/settings',
129-
'https://github.com/McShelby/hugo-theme-relearn/archive/main.zip',
130-
'https://github.com/McShelby/hugo-theme-relearn/edit/main/docs/*'
128+
'https://github\.com/McShelby/hugo-theme-relearn/settings',
129+
'https://github\.com/McShelby/hugo-theme-relearn/archive/main\.zip',
130+
'https://github\.com/McShelby/hugo-theme-relearn/edit/main/docs/introduction/releasenotes'
131131
]
132132

133133
# Check external URLs

‎layouts/partials/version.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.0+b21e5c55e2dca9a1983812b4107410458682ecc1
1+
8.2.0+5e174ba86b465fbfa5f5207a85b9e78bd3b9729d

0 commit comments

Comments
 (0)