fix(metadata.js): corrects edge case where site name and page name could be duplicated on home page

This commit is contained in:
Cory Dransfeldt 2025-05-26 10:01:37 -07:00
parent 9420ceee4f
commit 0dd83a8d4e
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "8.0.1",
"version": "8.0.2",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {