Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
deps: bump versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Mar 30, 2022
1 parent 4e8858d commit a85f35d
Show file tree
Hide file tree
Showing 3 changed files with 877 additions and 2,297 deletions.
17 changes: 15 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
functions = "functions"

[build.environment]
NODE_VERSION = "16.13.1"
NPM_VERSION = "8.1.2"
NODE_VERSION = "17.8.0"
NPM_VERSION = "8.5.5"

[context.production]
command = "npm run build"
Expand All @@ -21,6 +21,19 @@
[context.next.environment]
HUGO_ENV = "next"

[[plugins]]
package = "netlify-plugin-submit-sitemap"

[plugins.inputs]
baseUrl = "https://doks-child-theme.netlify.app/"
sitemapPath = "/sitemap.xml"
ignorePeriod = 0
providers = [
"google",
"bing",
"yandex"
]

[dev]
framework = "#custom"
command = "npm run start"
Expand Down
Loading

0 comments on commit a85f35d

Please sign in to comment.