Skip to content

Commit

Permalink
Building
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyjth committed Mar 28, 2024
1 parent 2d9def1 commit 1823fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-service/src/app/[[...slug]]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Head from 'next/head';

export const dynamic = 'force-dynamic';

export async function generateMetadata({ params, searchParams, ...other }, parent) {
export async function generateMetadata({ params, searchParams }, parent) {
const id = searchParams?.id;

if (!id) return parent;
Expand Down

0 comments on commit 1823fc4

Please sign in to comment.