Skip to content

Commit

Permalink
fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedriad1 committed Jan 5, 2025
1 parent 95c1d6d commit d3d1dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config = {
// disable indexing on non-production environments
if (env.env.VERCEL_ENV !== "production") {
headers.push({
source: "*",
source: "/:path*",
headers: [
{
key: "X-Robots-Tag",
Expand Down

0 comments on commit d3d1dc0

Please sign in to comment.