opnform-host-nginx/client/sitemap.js

8 lines
196 B
JavaScript
Raw Normal View History

2024-01-02 16:35:16 +01:00
export default {
exclude: ['/settings/**', '/subscriptions/**', '/templates/my-templates'],
2024-01-02 18:31:31 +01:00
sources: [
2024-01-15 13:00:18 +01:00
process.env.NUXT_PUBLIC_API_BASE + '/sitemap-urls'
2024-01-02 18:31:31 +01:00
],
cacheMaxAgeSeconds: 3600
2024-01-02 16:35:16 +01:00
}