Upgrade Astro to 4.1+

This commit is contained in:
Cassidy Williams
2024-01-06 22:59:45 -06:00
parent 330cd30dd2
commit 9c8e5e3195
5 changed files with 5922 additions and 1290 deletions

7198
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,9 +10,9 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/rss": "^3.0.0", "@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3", "@astrojs/sitemap": "^3.0.4",
"astro": "^3.6.4", "astro": "^4.1.1",
"prettier": "^3.1.0", "prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2" "prettier-plugin-astro": "^0.12.2"
}, },

View File

@@ -9,7 +9,7 @@ posts = posts.sort(
new Date(a.frontmatter.updated || a.frontmatter.added).valueOf() new Date(a.frontmatter.updated || a.frontmatter.added).valueOf()
); );
export const get = () => export const GET = () =>
rss({ rss({
title: SITE_TITLE, title: SITE_TITLE,
description: SITE_DESCRIPTION, description: SITE_DESCRIPTION,

View File

@@ -15,11 +15,11 @@ So now, you can hear the synthesized version and the real version back-to-back!
**AI version:** **AI version:**
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1710542829&color=%23eb4888&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe> <iframe title="AI voice" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1710542829&color=%23eb4888&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
**Real voice version:** **Real voice version:**
<iframe width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1710542832&color=%23eb4888&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe> <iframe title="Real voice" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1710542832&color=%23eb4888&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
The AI version is definitely pretty good. I think if someone didn't know my voice super well, they wouldn't really question it. I do think there's more... "life" to the real one, but maybe that's my own bias. In the AI one, you hear little blips where the AI "jumps" between sounds, and in my real voice, you can hear me stumble over my words a bit. What's particularly interesting to me is that the cadence is pretty spot on; both audios are exactly 1 minute and 19 seconds. The AI version is definitely pretty good. I think if someone didn't know my voice super well, they wouldn't really question it. I do think there's more... "life" to the real one, but maybe that's my own bias. In the AI one, you hear little blips where the AI "jumps" between sounds, and in my real voice, you can hear me stumble over my words a bit. What's particularly interesting to me is that the cadence is pretty spot on; both audios are exactly 1 minute and 19 seconds.

View File

@@ -7,7 +7,7 @@ added: "Aug 08 2022"
tags: [meta, technical] tags: [meta, technical]
--- ---
I decided to make my own little blog, but... more like the concept of a [digital garden](https://maggieappleton.com/garden-history). Sometimes I might update this a lot, sometimes I might not. I decided to (re)make my own little blog, but... more like the concept of a [digital garden](https://maggieappleton.com/garden-history). Sometimes I might update this a lot, sometimes I might not.
I want to have a space where I can write anything, not have it be confined to tech things, and not worry about it being particularly polished. That's what this is! I want to have a space where I can write anything, not have it be confined to tech things, and not worry about it being particularly polished. That's what this is!