Use astro-embed for Youtube instead of custom implementation

This commit is contained in:
prototypa
2024-04-11 22:11:34 -04:00
parent 4dff61ae20
commit 3dbffbad86
4 changed files with 35 additions and 283 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"type": "module",
"private": true,
@@ -17,6 +17,7 @@
"lint:eslint": "eslint ."
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"@astrolib/analytics": "^0.5.0",
@@ -58,4 +59,4 @@
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0"
}
}
}