updates URLs

pull/42/head
koehr 4 years ago
parent af5f600d10
commit 3a9379e1e8

@ -60,8 +60,8 @@ async function generateMetrics (urls) {
const results = await phantomas(url)
const weights = calcWeights(url, results.getMetrics())
metricsList.push(weights) // TODO: what to do with oversized pages?
} catch(error) {
error(`failed to analyze ${url}`, error)
} catch(err) {
error(`failed to analyze ${url}`, err)
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -6,8 +6,8 @@
<title>The 250kb Club</title>
<meta name="description" content="An exclusive membership for web pages presenting themselves in no more than 250kb.">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel='stylesheet' href='/global.css?1606234736156'>
<script defer src='/build/bundle.js?1606234736156'></script>
<link rel='stylesheet' href='/global.css?1606234813781'>
<script defer src='/build/bundle.js?1606234813781'></script>
</head>
<body>
<header>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save