chore: update relative urls
This commit is contained in:
parent
af707c392e
commit
dc9a495664
1 changed files with 5 additions and 5 deletions
|
@ -16,18 +16,18 @@
|
||||||
<title>
|
<title>
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</title>
|
</title>
|
||||||
<link href="/assets/styles/tailwind.css" rel="stylesheet" />
|
<link href="https://coryd.dev/assets/styles/tailwind.css" rel="stylesheet" />
|
||||||
<link href="/assets/styles/index.css" rel="stylesheet" />
|
<link href="https://coryd.dev/assets/styles/index.css" rel="stylesheet" />
|
||||||
<link
|
<link
|
||||||
href="/assets/img/favicon/favicon-16x16.png"
|
href="https://coryd.dev/assets/img/favicon/favicon-16x16.png"
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/x-icon" />
|
type="image/x-icon" />
|
||||||
<link
|
<link
|
||||||
href="/assets/img/favicon/favicon-32x32.png"
|
href="https://coryd.dev/assets/img/favicon/favicon-32x32.png"
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32" />
|
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" />
|
<link rel="me" href="https://social.lol/@cory" />
|
||||||
</head>
|
</head>
|
||||||
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800">
|
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800">
|
||||||
|
|
Reference in a new issue