mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
updates URLs
This commit is contained in:
parent
af5f600d10
commit
3a9379e1e8
5 changed files with 7 additions and 7 deletions
|
@ -60,8 +60,8 @@ async function generateMetrics (urls) {
|
||||||
const results = await phantomas(url)
|
const results = await phantomas(url)
|
||||||
const weights = calcWeights(url, results.getMetrics())
|
const weights = calcWeights(url, results.getMetrics())
|
||||||
metricsList.push(weights) // TODO: what to do with oversized pages?
|
metricsList.push(weights) // TODO: what to do with oversized pages?
|
||||||
} catch(error) {
|
} catch(err) {
|
||||||
error(`failed to analyze ${url}`, error)
|
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>
|
<title>The 250kb Club</title>
|
||||||
<meta name="description" content="An exclusive membership for web pages presenting themselves in no more than 250kb.">
|
<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="icon" href="/favicon.png" type="image/x-icon">
|
||||||
<link rel='stylesheet' href='/global.css?1606234736156'>
|
<link rel='stylesheet' href='/global.css?1606234813781'>
|
||||||
<script defer src='/build/bundle.js?1606234736156'></script>
|
<script defer src='/build/bundle.js?1606234813781'></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue