mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 15:07:46 +00:00
feat: add gif component section
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user