This layout (/src/app/[locale]/layout.tsx
) should not be active.
Please remove this file and its parent directory /src/app/[locale]/
if it only contains this layout and page.
The correct layout for your application, when using localePrefix: 'never'
, is /src/app/layout.tsx
.
This page (/src/app/[locale]/page.tsx
) should not be active.
Please remove this file and its parent directory /src/app/[locale]/
if it only contains this layout and page.
The correct page for your application, when using localePrefix: 'never'
, is /src/app/page.tsx
.