We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb294b commit 16f4e5eCopy full SHA for 16f4e5e
1 file changed
netlify.toml
@@ -1,6 +1,6 @@
1
[build.environment]
2
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
3
- HUGO_VERSION = "0.120.1"
+ HUGO_VERSION = "0.120.4"
4
DART_SASS_VERSION = "1.69.4"
5
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
6
@@ -21,3 +21,5 @@
21
22
[[plugins]]
23
package = "netlify-plugin-checklinks"
24
+ [plugins.inputs]
25
+ skipPatterns = ['https://fonts.gstatic.com', 'https://fonts.googleapis.com']
0 commit comments