mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fixes hashed statics readme (#6293)
# Description * Fixes incorrect assertion of configuration file in the `with-hashed-statics` README as well as adds link to line for updating
This commit is contained in:
parent
126eb49867
commit
7dbe837ae4
|
@ -41,4 +41,4 @@ now
|
|||
|
||||
This example shows how to import images, videos, etc. from `/static` and get the URL with a hash query allowing to use better cache without problems.
|
||||
|
||||
This example supports `.svg`, `.png` and `.txt` extensions, but it can be configured to support any possible extension changing the `extensions` array in the `.babelrc` file.
|
||||
This example supports `.svg`, `.png` and `.txt` extensions, but it can be configured to support any possible extension changing the `extensions` array in the `next.config.js` [file](https://github.com/zeit/next.js/blob/canary/examples/with-hashed-statics/next.config.js#L4).
|
||||
|
|
Loading…
Reference in a new issue