feat: add gif component section

This commit is contained in:
ngthanhvu
2026-07-25 11:42:32 -04:00
parent 6c1dd39935
commit ee698c6acd
7 changed files with 245 additions and 16 deletions
+5
View File
@@ -4,6 +4,11 @@ import tailwindcss from '@tailwindcss/vite'
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
runtimeConfig: {
public: {
giphyApiKey: process.env.GIPHY_API_KEY,
},
},
app: {
head: {
titleTemplate: (titleChunk) => titleChunk ? `${titleChunk}` : 'CineK - Xem phim Hàn Quốc online',