Skip to content

Commit bd92967

Browse files
committed
Update netlify config
Upgrade Hugo, dart-sass, and exclude FontAwesome CDN from link checker
1 parent 91355df commit bd92967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build.environment]
22
PYTHON_VERSION = "3.13"
3-
HUGO_VERSION = "0.141.0"
4-
DART_SASS_VERSION = "1.83.4"
3+
HUGO_VERSION = "0.151.2"
4+
DART_SASS_VERSION = "1.92.2"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
66

77
[context.production.environment]
@@ -31,4 +31,4 @@
3131
package = "netlify-plugin-checklinks"
3232

3333
[plugins.inputs]
34-
skipPatterns = ['https://fonts.gstatic.com', 'https://fonts.googleapis.com', 'https://cdn.jsdelivr.net']
34+
skipPatterns = ['https://fonts.gstatic.com', 'https://fonts.googleapis.com', 'https://cdn.jsdelivr.net', 'https://cdnjs.cloudflare.com']

0 commit comments

Comments
 (0)