Skip to content

Commit 72d5eea

Browse files
Remove /reference/services/ from no-more-404 skipPatterns
Seventh in the series. /reference/services/* has a wildcard redirect to /reference/, so URLs that don't resolve to real pages under this path will redirect. The skip should be redundant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b6bfdec commit 72d5eea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
# (for development) turn true for extra diagnostic logging
738738
debug = true
739739

740-
skipPatterns = ["/reference/components/", "/reference/services/", "/tags/"]
740+
skipPatterns = ["/reference/components/", "/tags/"]
741741

742742
[[context.deploy-preview.plugins]]
743743
package = "@eggnstone/netlify-plugin-no-more-404"
@@ -746,7 +746,7 @@
746746

747747
failBuildOnError = true
748748
failPluginOnError = true
749-
skipPatterns = ["/reference/components/", "/reference/services/", "/tags/"]
749+
skipPatterns = ["/reference/components/", "/tags/"]
750750

751751

752752
[[context.branch-deploy.plugins]]
@@ -756,4 +756,4 @@
756756

757757
failBuildOnError = true
758758
failPluginOnError = true
759-
skipPatterns = ["/reference/components/", "/reference/services/", "/tags/"]
759+
skipPatterns = ["/reference/components/", "/tags/"]

0 commit comments

Comments
 (0)