cach-radio/inc/themes/castanet/lighthouserc.js

16 lines
425 B
JavaScript
Raw Permalink Normal View History

2022-12-15 22:36:40 +01:00
module.exports = {
ci: {
collect: {
url: [
'http://localhost:1313/',
'http://localhost:1313/aug/',
'http://localhost:1313/guest/',
'http://localhost:1313/about/'
],
startServerCommand: 'cd exampleSite && HUGO_ENV=production && hugo server --baseUrl="http://localhost:1313"',
},
upload: {
target: 'temporary-public-storage',
},
},
};