Removed redundant inline: false

This commit is contained in:
saberzero1 2024-10-30 18:38:53 +01:00
parent 8a71036c50
commit 7322937384
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

@ -32,7 +32,6 @@ export function pageResources(
css: [
{
content: joinSegments(baseDir, "index.css"),
inline: false,
},
...staticResources.css,
],