Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : api 호출이 안 가는 에러 수정 #379

Merged
merged 14 commits into from
Dec 9, 2024
Prev Previous commit
Next Next commit
chore : 수정
HelloWook committed Dec 9, 2024
commit 0bfa614126d2ac6ea5aa2dbb9538af8462cad467
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ export default defineConfig({
short_name: 'PWA App',
description: 'This is my Progressive Web App!',
theme_color: '#ffffff',
start_url: '/login', // start_url을 /login으로 변경
start_url: '/login',
icons: [
{
src: 'icon-192x192.svg',