Skip to content

Commit e7338e4

Browse files
Update netlify config (#683)
* Update netlify config Upgrade Hugo, dart-sass, and exclude FontAwesome CDN from link checker * Fix dart-sass version * Update Hugo version to latest Co-authored-by: Agriya Khetarpal <[email protected]> * Try versions from Hugo docs * Try with new Ubuntu image --------- Co-authored-by: Agriya Khetarpal <[email protected]>
1 parent 91355df commit e7338e4

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.152.2"
4+
DART_SASS_VERSION = "1.93.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)