fix. 머지 충돌 수정

Made-with: Cursor
This commit is contained in:
clkim
2026-02-27 15:46:27 +09:00
parent fd83d3ae94
commit 2779a663d7
17 changed files with 31 additions and 53 deletions

View File

@@ -1,13 +0,0 @@
<script setup lang="ts">
definePageMeta({
layout: false, // 동적 레이아웃을 위해 기본 레이아웃 비활성화
middleware: ['inspection'],
})
// 진입 시 /home으로 리다이렉트
await navigateTo('/home', { replace: true })
</script>
<template>
<div />
</template>