Skip to content

Commit 4e5732b

Browse files
committed
Update theme
1 parent 354916e commit 4e5732b

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

netlify.toml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# unless otherwise overridden by more specific contexts.
33
[build.environment]
44
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
5-
HUGO_VERSION = "0.116.1"
5+
HUGO_VERSION = "0.118.2"
66

77
# Here is another way to define context specific environment variables.
88
[context.deploy-preview.environment]
@@ -13,25 +13,3 @@
1313

1414
[plugins.inputs]
1515
todoPatterns = [" public/pt/user-surveys", " public/ja/user-surveys"]
16-
17-
####
18-
## FIX: Removed so we can use new version of lighthouse
19-
## ❯ Outdated plugins
20-
## - @netlify/plugin-lighthouse@2.1.3: latest version is 3.2.0
21-
## To upgrade this plugin, please remove it from "netlify.toml" and
22-
## install it from the Netlify plugins directory instead (https://app.netlify.com/plugins)
23-
24-
#[[plugins]]
25-
# package = "@netlify/plugin-lighthouse"
26-
#
27-
# # optional, fails build when a category is below a threshold
28-
# [plugins.inputs.thresholds]
29-
# performance = 0.4
30-
# accessibility = 0.9
31-
# best-practices = 0.9
32-
# seo = 0.7
33-
# pwa = 0.2
34-
#
35-
# # optional, deploy the lighthouse report to a path under your site
36-
# [plugins.inputs]
37-
# output_path = "reports/lighthouse.html"

0 commit comments

Comments
 (0)