Upgrade Astro to 4.1+
This commit is contained in:
7198
package-lock.json
generated
7198
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,9 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/rss": "^3.0.0",
|
||||
"@astrojs/sitemap": "^3.0.3",
|
||||
"astro": "^3.6.4",
|
||||
"@astrojs/rss": "^4.0.1",
|
||||
"@astrojs/sitemap": "^3.0.4",
|
||||
"astro": "^4.1.1",
|
||||
"prettier": "^3.1.0",
|
||||
"prettier-plugin-astro": "^0.12.2"
|
||||
},
|
||||
|
||||
@@ -9,7 +9,7 @@ posts = posts.sort(
|
||||
new Date(a.frontmatter.updated || a.frontmatter.added).valueOf()
|
||||
);
|
||||
|
||||
export const get = () =>
|
||||
export const GET = () =>
|
||||
rss({
|
||||
title: SITE_TITLE,
|
||||
description: SITE_DESCRIPTION,
|
||||
|
||||
@@ -15,11 +15,11 @@ So now, you can hear the synthesized version and the real version back-to-back!
|
||||
|
||||
**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:**
|
||||
|
||||
<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.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ added: "Aug 08 2022"
|
||||
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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user