fix: undefined text bug

This commit is contained in:
Cory Dransfeldt 2024-02-29 15:53:30 -08:00
parent 119f3ce524
commit dac3bd5252
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.9.5",
"version": "6.9.6",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {
@ -21,7 +21,7 @@
"author": "Cory Dransfeldt",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.1.0",
"@cdransf/api-text": "^1.1.1",
"@cdransf/theme-toggle": "^1.2.3",
"@daviddarnes/mastodon-post": "^1.1.1",
"@remy/webmention": "^1.5.0",