This commit is contained in:
Cory Dransfeldt 2024-02-20 11:11:23 -08:00
parent a4607bccd9
commit 45bcc0a89b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"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.",
"type": "module",
"scripts": {

View file

@ -29,7 +29,7 @@
href="/assets/icons/favicon.svg?v={% appVersion %}"
rel="icon"
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 %}
{% render "../assets/styles/partials/vars.css" %}
{% render "../assets/styles/partials/animations.css" %}