Commit e4f6e65
committed
fix: update metadataBase URL in layout.tsx
This commit updates the `metadataBase` property in the `layout.tsx` file to use the environment variable `NEXT_PUBLIC_SITE_URL`, defaulting to "http://localhost:3000" if not set. This change ensures that the application correctly references the base URL for metadata across different environments.1 parent 250771c commit e4f6e65
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
0 commit comments