fix: 404
This commit is contained in:
parent
a4607bccd9
commit
45bcc0a89b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "6.4.0",
|
"version": "6.4.1",
|
||||||
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
href="/assets/icons/favicon.svg?v={% appVersion %}"
|
href="/assets/icons/favicon.svg?v={% appVersion %}"
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/svg+xml">
|
type="image/svg+xml">
|
||||||
<link href="/assets/icons/logo.webp?v={% appVersion %}" rel="apple-touch-icon">
|
<link href="/assets/icons/apple-touch-icon.png?v={% appVersion %}" rel="apple-touch-icon">
|
||||||
{% capture css %}
|
{% capture css %}
|
||||||
{% render "../assets/styles/partials/vars.css" %}
|
{% render "../assets/styles/partials/vars.css" %}
|
||||||
{% render "../assets/styles/partials/animations.css" %}
|
{% render "../assets/styles/partials/animations.css" %}
|
||||||
|
|
Reference in a new issue