Skip to content

Commit

Permalink
Update unlighthouse.config-cms.ts
Browse files Browse the repository at this point in the history
moving brackets
  • Loading branch information
KitLykos authored Sep 13, 2024
1 parent 7e0f10c commit 5bf6ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unlighthouse.config-cms.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
puppeteerOptions: {
args: ["--no-sandbox"],
},
server: {
},
server: {
open: false,
site: 'cms.gov',
scanner: {
Expand Down Expand Up @@ -42,6 +42,7 @@ module.exports = {
skipJavascript: false,
// use sitemaps - arrays are possible for specific sites https://unlighthouse.dev/api/config#scannersitemap
sitemap: true,
}
},
debug: false,
};

0 comments on commit 5bf6ab2

Please sign in to comment.