From 5687e0a84811e35a75097f5a17b9eea216b7980f Mon Sep 17 00:00:00 2001 From: birdhead Date: Wed, 22 Oct 2025 07:46:10 +0000 Subject: [PATCH] =?UTF-8?q?=EB=93=9C=EB=9E=8D=EB=8B=A4=EC=9A=B4=20?= =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=EA=B2=83=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/+layout.server.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/+layout.server.ts b/src/routes/+layout.server.ts index 2cf9cee..90135f4 100644 --- a/src/routes/+layout.server.ts +++ b/src/routes/+layout.server.ts @@ -15,8 +15,8 @@ const menuConfig: Record = { admin: [ { title: '4. 빅데이터 만들기', path: '/bigdata-generate' }, { title: '3. 동영상 관리', path: '/video-manage' }, - { title: '2. 동영상 구간 편집', path: '/video-crop' }, - { title: '1. 동영상 업로드 및 crop', path: '/image-generate' } + { title: '2. 동영상 구간 편집', path: '/image-generate' }, + { title: '1. 동영상 업로드 및 crop', path: '/video-crop' } ], // 'user' (그 외) 사용자가 볼 메뉴 user: [{ title: '4. 빅데이터 만들기', path: '/bigdata-generate' }]