fix. 머지 충돌 수정
Made-with: Cursor
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: false, // 동적 레이아웃을 위해 기본 레이아웃 비활성화
|
||||
middleware: ['inspection'],
|
||||
})
|
||||
|
||||
// 진입 시 /home으로 리다이렉트
|
||||
await navigateTo('/home', { replace: true })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div />
|
||||
</template>
|
||||
Reference in New Issue
Block a user