Skip to content

Commit

Permalink
Update [locale]/layout.tsx to restore favicon (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch authored Oct 10, 2024
1 parent db47fec commit 6403a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { getMessages, unstable_setRequestLocale } from "next-intl/server";
import Layout from "src/components/Layout";

export const metadata: Metadata = {
icons: [`${environment.NEXT_PUBLIC_BASE_PATH}}/img/favicon.ico`],
icons: [`${environment.NEXT_PUBLIC_BASE_PATH}/img/favicon.ico`],
};

interface Props {
Expand Down

0 comments on commit 6403a9e

Please sign in to comment.