3XBL76EQAB75XHQJHUIPGS56GZ5LK7XXRYYI3VDLH7BZLSO2G45QC
VLR6TJHWXTTIRSNQAPA5QWYJTCGEDY73KTFLLHXLBNB7YXELTVIQC
FURQDCR3QP6C4BJHCZ4NMVFGFBGHDG6OAJM7W6A7XU7PNUR3RCMAC
4C7QXSEQ7XGPZDLCUTFSDCORVEMIRVD55IZTCTP6W4QQCCI52CZQC
B7W4Q522DLB6DKH2TFDOCTSZFZLFTOLCT6CCZEOC3V3UUMSAOOFAC
HXRDRHIVGSBEAMTKJFZK43MSB53BKON6F77AARUQNWFUPSTZSBPAC
Q4BYGYNX3UZXX47EMX2GWX6M6ICSMIMCLQ7HVOYS4HB4RHYI4NEQC
.or(warp::fs::dir(SERVE_DIR))
.or(warp::fs::file(format!("{}/index.html", SERVE_DIR)));
.or(warp::fs::dir(SERVE_DIR).with(warp::reply::with::header(
"Cache-Control",
"max-age=31536000",
)))
.or(warp::fs::file(format!("{}/index.html", SERVE_DIR)))
.with(warp::filters::compression::gzip());
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
[[package]]
name = "alloc-stdlib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "brotli"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1052e1c3b8d4d80eb84a8b94f0a1498797b5fb96314c001156a1c761940ef4ec"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"@vue/preload-webpack-plugin@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-2.0.0.tgz#a43bfc087e91f7d0efb0086100148f4b16437b68"
integrity sha512-RoorRB50WehYbsiWu497q8egZBYlrvOo9KBUG41uth4O023Cbs+7POLm9uw2CAiViBAIhvpw1Y4w4i+MZxOfXw==
const raidTimeDesc = "We automatically calculate raid times from guilds' progression logs and display them in your local timezone, letting you know whether a guild is really that perfect fit or one report away from the <a class=\"underline\" href=\"https://twitter.com/overtimepolice\">Overtime Police.</a><br/><br/><small><em>This feature is still a work in progress. Please report any inaccuracies you find.</em></small>";
<PreviewCard title="View Accurate Raid Time Data" desc="We automatically calculate raid times from guilds' progression logs, letting you know whether a guild is really that 2 night dream or one report away from the Overtime Police.<br/><br/><small><em>This feature is still a work in progress. Please report any inaccuracies you find.</em></small>" previewClass="max-h-32">
<PreviewCard title="View Accurate Raid Time Data" desc={raidTimeDesc} previewClass="max-h-32">
}
},
webpack: {
plugins: {
add: [
new PreloadPlugin({ rel: 'preload', include: 'allAssets', fileWhitelist: [/Libertinus.*(Sans|Regular).*\.woff2/], fileBlacklist: [/Mono/] }),
new PreloadPlugin({ rel: 'prefetch', include: 'allAssets', fileWhitelist: [/\.woff2/], fileBlacklist: [/.*(Sans|Regular).*/, /Mono/] }),
],
},
},