rsnext/test/integration/app-config-asset-prefix
Toru Kobayashi 675dec04ca
fix: App Router with assetPrefix: / (#49622)
This is a follow-up PR for #49403.

#49403 validates `assetPrefix` is not a relative path. But App Router throws an error with the `assetPrefix: "/"` option. So I've fixed this.

<img width="964" alt="Screenshot 2023-05-10 at 23 41 56" src="https://github.com/vercel/next.js/assets/250407/6e83cb57-468c-46d6-a91a-747ad39d6c3c">

`assetPrefix: "/"` has no meaning, but it shouldn't fail.
2023-06-07 14:46:02 +00:00
..
app fix: App Router with assetPrefix: / (#49622) 2023-06-07 14:46:02 +00:00
test fix: App Router with assetPrefix: / (#49622) 2023-06-07 14:46:02 +00:00
next.config.js fix: App Router with assetPrefix: / (#49622) 2023-06-07 14:46:02 +00:00