Skip to content

Commit

Permalink
fix: prod url
Browse files Browse the repository at this point in the history
  • Loading branch information
nicitaacom committed Aug 7, 2024
1 parent b2d11bb commit d25a341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { lazy } from "react"
import { Layout } from "./components"

export const metadata: Metadata = {
metadataBase: new URL(process.env.NEXT_PRODUCTION_URL),
metadataBase: new URL(process.env.NEXT_PUBLIC_PRODUCTION_URL),
title: "23_store",
description: "Something better than amazon",
icons: {
Expand Down

0 comments on commit d25a341

Please sign in to comment.