Skip to content

Commit 6a39de8

Browse files
authored
Feature/netlify sitemap (#54)
* Added plugin config to netlify.toml * Incremented version
1 parent 53dec46 commit 6a39de8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

netlify.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
[build]
22
command = "npm run build"
33
publish = "build"
4+
5+
[[plugins]]
6+
package = "netlify-plugin-submit-sitemap"
7+
8+
[plugins.inputs]
9+
baseUrl = "https://netwk.pro"
10+
sitemapPath = "/sitemap.xml"
11+
ignorePeriod = 0
12+
providers = [
13+
"google",
14+
"yandex"
15+
]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@networkpro/web",
33
"private": false,
44
"sideEffects": false,
5-
"version": "1.4.2",
5+
"version": "1.4.3",
66
"description": "Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro Strategies",
77
"keywords": [
88
"security",

0 commit comments

Comments
 (0)