mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-11 14:35:29 -04:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
const config = require("./lib/config");
|
|
|
|
module.exports = {
|
|
siteUrl: config.baseUrl || "",
|
|
changefreq: "weekly",
|
|
exclude: ["/feed.xml", "/feed.atom", "/site.webmanifest"],
|
|
};
|