diff --git a/constants/index.ts b/constants/index.ts index 3b78c02..31663b6 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -1,4 +1,4 @@ -export const appName = 'Vitesse for Nuxt 3' -export const appDescription = 'Vitesse for Nuxt 3' +export const appName = 'アイリ VTuber' +export const appDescription = 'アイリ VTuber - LLM Powered Live2D VTuber' export const llmInferenceEndToken = '<|llm_inference_end|>' diff --git a/nuxt.config.ts b/nuxt.config.ts index 2cd17df..c73db80 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -39,7 +39,9 @@ export default defineNuxtConfig({ ], script: [ { src: '/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js' }, - { src: '/assets/js/index.js' }, + { src: '/assets/js/test.js' }, + { src: '/assets/test.js' }, + { src: '/test.js' }, ], }, },