-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fallback to deployment vercel url if metadataBase is not set on prod (#…
…48570) x-ref: #48556 (comment) For production deployment, we still fallback to deployment URL if `metadataBase` is not set.
- Loading branch information
Showing
4 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
test/e2e/app-dir/metadata-dynamic-routes/app/metadata-base/unset/page.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export default function page() { | ||
return ( | ||
<div> | ||
<h1>Unset</h1> | ||
</div> | ||
) | ||
} | ||
|
||
export const metadata = { | ||
metadataBase: null, | ||
} |
Binary file added
BIN
+1.62 KB
test/e2e/app-dir/metadata-dynamic-routes/app/metadata-base/unset/twitter-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters