opnform/client/sitemap.js

11 lines
282 B
JavaScript
Raw Normal View History

2024-01-02 17:31:31 +00:00
import opnformConfig from "../opnform.config.js";
2024-01-02 15:35:16 +00:00
export default {
// exclude all URLs that start with /secret
exclude: ['/settings/**', '/subscriptions/**', '/templates/my-templates'],
2024-01-02 17:31:31 +00:00
sources: [
opnformConfig.api_url + '/sitemap-urls'
],
cacheMaxAgeSeconds: 3600
2024-01-02 15:35:16 +00:00
}