opnform/client/sitemap.js

5 lines
142 B
JavaScript

export default {
// exclude all URLs that start with /secret
exclude: ['/settings/**', '/subscriptions/**', '/templates/my-templates'],
}