opnform/client/sitemap.js

5 lines
142 B
JavaScript
Raw Normal View History

2024-01-02 15:35:16 +00:00
export default {
// exclude all URLs that start with /secret
exclude: ['/settings/**', '/subscriptions/**', '/templates/my-templates'],
}