Fix sitemap source URL
This commit is contained in:
parent
ce83534f95
commit
95b34ab680
|
@ -1,9 +1,7 @@
|
|||
import opnformConfig from "./opnform.config.js";
|
||||
|
||||
export default {
|
||||
exclude: ['/settings/**', '/subscriptions/**', '/templates/my-templates'],
|
||||
sources: [
|
||||
opnformConfig.api_url + '/sitemap-urls'
|
||||
process.env.NUXT_PUBLIC_API_BASE + '/sitemap-urls'
|
||||
],
|
||||
cacheMaxAgeSeconds: 3600
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue