Browse Source

Fix missing favicon

restructure
Garrit Franke 3 years ago
parent
commit
acf9612055
  1. 2
      components/Meta.js

2
components/Meta.js

@ -11,7 +11,7 @@ export default function Meta(props) {
name="Description" name="Description"
content="Random thoughts, tips and rants about software" content="Random thoughts, tips and rants about software"
></meta> ></meta>
<link rel="icon" type="image/svg+xml" href="favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</Head> </Head>
<style jsx global> <style jsx global>
{` {`

Loading…
Cancel
Save