♫
📌 canary ▾
next.js
/
test
/
integration
/
css-fixtures
/
url-global-asset-prefix-2
/
next.config.js
next.config.js
6 lines
101 B
const
config
=
require
(
'../next.config.js'
)
module
.
exports
=
{
...
config,
assetPrefix:
'/foo'
,
}
v2.0.0
/
Go
SIGN IN