opnform/client/sitemap.js

8 lines
196 B
JavaScript
Raw Normal View History

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