We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2a566 commit ca74365Copy full SHA for ca74365
2 files changed
src/components/HeadMatter.js
@@ -22,6 +22,8 @@ export const HeadMatter = ({
22
imgUrl = /^http/.test(imgSrc) ? imgSrc : 'https://processing.org/' + imgSrc;
23
}
24
25
+ imgUrl = imgUrl || '/img/banner.png';
26
+
27
const pageUrl = 'https://processing.org/' + location.pathname;
28
return (
29
<Helmet>
static/img/banner.png
296 KB
0 commit comments