mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 13:27:46 +00:00
Add new icon in WEBP format to public directory
This commit is contained in:
+3
-3
@@ -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' },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user