File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export const metadata: Metadata = {
5959 "Create on-chain invoices on Stellar where multiple payers each owe a share. USDC auto-routes to recipients when fully funded." ,
6060 metadataBase : new URL (
6161 process . env . NEXT_PUBLIC_APP_URL ??
62- ( process . env . VERCEL_URL ? `https://${ process . env . VERCEL_URL } ` : "https://splitapp-steel .vercel.app" )
62+ ( process . env . VERCEL_URL ? `https://${ process . env . VERCEL_URL } ` : "https://stellarsplit-dapp .vercel.app" )
6363 ) ,
6464 manifest : "/manifest.json" ,
6565 appleWebApp : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { MetadataRoute } from "next";
22
33const appUrl =
44 process . env . NEXT_PUBLIC_APP_URL ??
5- ( process . env . VERCEL_URL ? `https://${ process . env . VERCEL_URL } ` : "https://splitapp-steel .vercel.app" ) ;
5+ ( process . env . VERCEL_URL ? `https://${ process . env . VERCEL_URL } ` : "https://stellarsplit-dapp .vercel.app" ) ;
66
77export default function robots ( ) : MetadataRoute . Robots {
88 return {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { MetadataRoute } from "next";
22
33const appUrl =
44 process . env . NEXT_PUBLIC_APP_URL ??
5- ( process . env . VERCEL_URL ? `https://${ process . env . VERCEL_URL } ` : "https://splitapp-steel .vercel.app" ) ;
5+ ( process . env . VERCEL_URL ? `https://${ process . env . VERCEL_URL } ` : "https://stellarsplit-dapp .vercel.app" ) ;
66
77export default function sitemap ( ) : MetadataRoute . Sitemap {
88 const publicPaths = [
You can’t perform that action at this time.
0 commit comments