This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* All config options can be found here | |
* https://unlighthouse.dev/api/config/ | |
*/ | |
export default { | |
// set site url | |
site: '', | |
// set max routes / pages | |
scanner: { | |
maxRoutes: 500, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*:focus-visible { | |
outline: auto; | |
} | |
img { | |
height: auto; | |
max-width: 100%; | |
display: block; | |
} |