Add new icon in WEBP format to public directory

This commit is contained in:
ngthanhvu
2026-07-30 23:01:25 -04:00
parent 63ef322ccf
commit e5d634f611
105 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -18,15 +18,15 @@ export default defineNuxtConfig({
{ property: 'og:type', content: 'website' },
{ property: 'og:title', content: 'CineK - Xem phim Hàn Quốc online' },
{ property: 'og:description', content: 'Xem phim Hàn Quốc online, phim bộ, phim lẻ, show và nội dung mới cập nhật với trải nghiệm xem mượt trên mọi thiết bị.' },
{ property: 'og:image', content: '/icon.png' },
{ property: 'og:image', content: '/icon.webp' },
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:title', content: 'CineK - Xem phim Hàn Quốc online' },
{ name: 'twitter:description', content: 'Kho phim Hàn Quốc online được cập nhật thường xuyên, hỗ trợ Vietsub, thuyết minh và lồng tiếng.' },
{ name: 'theme-color', content: '#020617' },
],
link: [
{ rel: 'icon', type: 'image/png', href: '/icon.png' },
{ rel: 'apple-touch-icon', href: '/icon.png' },
{ rel: 'icon', type: 'image/webp', href: '/icon.webp' },
{ rel: 'apple-touch-icon', href: '/icon.webp' },
],
},
},