fix(dev): move dev indicator to bottom-right corner (#108)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: mrcfps <mrc@powerformer.com>
This commit is contained in:
nmsn 2026-04-30 12:19:41 +08:00 committed by GitHub
parent ae4752a4f2
commit 0e2bf36ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,9 @@ const nextConfig: NextConfig = {
{ source: '/frames/:path*', destination: `${DAEMON_ORIGIN}/frames/:path*` },
];
},
devIndicators: {
position: 'bottom-right',
},
}),
};