Skip to content

Commit

Permalink
deps: bump versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Sep 7, 2023
1 parent a94c514 commit 800aa45
Show file tree
Hide file tree
Showing 3 changed files with 687 additions and 5,709 deletions.
16 changes: 2 additions & 14 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 = "18.12.1"
NPM_VERSION = "8.19.2"
NODE_VERSION = "18.16.1"
NPM_VERSION = "9.5.1"

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

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

[plugins.inputs]
baseUrl = "https://hyas.netlify.app/"
sitemapPath = "/sitemap.xml"
ignorePeriod = 0
providers = [
"google",
"yandex"
]

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

0 comments on commit 800aa45

Please sign in to comment.