chore: update relative urls

This commit is contained in:
Cory Dransfeldt 2023-09-04 11:52:36 -07:00
parent af707c392e
commit dc9a495664
No known key found for this signature in database

View file

@ -16,18 +16,18 @@
<title>
{{ title }}
</title>
<link href="/assets/styles/tailwind.css" rel="stylesheet" />
<link href="/assets/styles/index.css" rel="stylesheet" />
<link href="https://coryd.dev/assets/styles/tailwind.css" rel="stylesheet" />
<link href="https://coryd.dev/assets/styles/index.css" rel="stylesheet" />
<link
href="/assets/img/favicon/favicon-16x16.png"
href="https://coryd.dev/assets/img/favicon/favicon-16x16.png"
rel="icon"
type="image/x-icon" />
<link
href="/assets/img/favicon/favicon-32x32.png"
href="https://coryd.dev/assets/img/favicon/favicon-32x32.png"
rel="icon"
type="image/png"
sizes="32x32" />
<link href="/assets/img/favicon/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="https://coryd.dev/assets/img/favicon/apple-touch-icon.png" rel="apple-touch-icon" />
<link rel="me" href="https://social.lol/@cory" />
</head>
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800">