fix(blog): sitemap generation
This commit is contained in:
parent
44de56c821
commit
ae68974ead
2 changed files with 3 additions and 1 deletions
3
apps/blog/.gitignore
vendored
3
apps/blog/.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
|
public/robots.txt
|
||||||
|
public/sitemap*.xml
|
||||||
|
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
|
|
@ -3,6 +3,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
siteUrl: "https://blog.developomp.com",
|
siteUrl: "https://blog.developomp.com",
|
||||||
generateRobotsTxt: true,
|
generateRobotsTxt: true,
|
||||||
outDir: "build",
|
|
||||||
priority: 0.8,
|
priority: 0.8,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue