rsnext/test/e2e/app-dir/metadata-warnings
Jiachi Liu 34c2a05da2
Warn metadataBase missing in standalone mode or non vercel deployment (#66296)
### What

Change the metadataBase missing warning for all cases to only warn in
standalone mode or the non-vercel deployment.

### Why

In vercel deployments, previous concern was that you might not discover
you missed that metadataBase when you deploy. But now we have sth
fallback on production deployments. So we only need to warn in
non-vercel deployment.

Standalone is usually for self-hoist, we always warn users to set the
`metadataBase` to make sure the domain can be properly resolved.


[x-ref](https://vercel.slack.com/archives/C03S8ED1DKM/p1716926825853389?thread_ts=1716923373.484329&cid=C03S8ED1DKM)
2024-06-01 20:15:01 +02:00
..
app fix: avoid metadata viewport warning during manually merging metadata (#63845) 2024-03-29 00:32:22 +00:00
index.test.ts Warn metadataBase missing in standalone mode or non vercel deployment (#66296) 2024-06-01 20:15:01 +02:00
standalone.test.ts Warn metadataBase missing in standalone mode or non vercel deployment (#66296) 2024-06-01 20:15:01 +02:00