2024-01-03 16:38:11 +00:00
|
|
|
import opnformConfig from "./opnform.config.js";
|
2024-01-02 17:31:31 +00:00
|
|
|
|
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
|
|
|
}
|