Skip to content

Commit

Permalink
fix: try to fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent a18c3d1 commit 6ac17e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions constants/index.ts
Original file line number Diff line number Diff line change
@@ -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|>'
4 changes: 3 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
},
Expand Down

0 comments on commit 6ac17e9

Please sign in to comment.