Use astro-embed for Youtube instead of custom implementation
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user