This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
0e13d8c952
next.js
/
test
/
integration
/
custom-server
/
pages
/
asset.js
6 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improved next/asset support (#3664) * Allow next/asset to work properly with dynamic assetPrefix Now we use webpack's publicPath via client side. * Add test cases for dynamic assetPrefix and next/asset.
2018-02-02 20:09:24 +00:00
export
default
(
)
=>
(
<
div
id
=
'asset-page'
>
Remove next/asset (#6046) * Remove next/asset Reasoning described in #5970 * Remove next/asset tests * Bring back asset-page
2019-01-14 00:32:20 +00:00
asset
page
Improved next/asset support (#3664) * Allow next/asset to work properly with dynamic assetPrefix Now we use webpack's publicPath via client side. * Add test cases for dynamic assetPrefix and next/asset.
2018-02-02 20:09:24 +00:00
<
/
d
i
v
>
)
Reference in a new issue
Copy permalink