Skip to content

Commit 7a49e49

Browse files
committed
fix ordering
1 parent 84bdb48 commit 7a49e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ const nextraConfig = withNextra({
9494
// Do not index Vercel preview deployments
9595
if (process.env.NEXT_PUBLIC_VERCEL_ENV === 'preview') {
9696
headers.push({
97+
source: '/:path*',
9798
headers: [
9899
{
99100
key: 'X-Robots-Tag',
100101
value: 'noindex',
101102
},
102103
],
103-
source: '/:path*',
104104
});
105105
}
106106

0 commit comments

Comments
 (0)