feat. i18n 설정

This commit is contained in:
김채린
2025-09-09 04:09:54 +00:00
parent 9581e5d356
commit a3dee13089
45 changed files with 2929 additions and 2374 deletions

View File

@@ -40,5 +40,15 @@ const assetPath = computed(() => {
<source :src="assetPath" type="video/mp4" />
<source :src="assetPath" type="video/webm" />
</video>
<div
class="absolute inset-0"
style="
background: linear-gradient(
180deg,
rgba(16, 13, 15, 0) 0%,
#100d0f 95%
);
"
></div>
</div>
</template>