From 7dbe837ae4fd974899e8051a6db1039f48feef40 Mon Sep 17 00:00:00 2001 From: Jonathan Reed Date: Wed, 13 Feb 2019 12:53:42 -0600 Subject: [PATCH] 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 --- examples/with-hashed-statics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-hashed-statics/README.md b/examples/with-hashed-statics/README.md index 6fc9f9fd..f4d561f3 100644 --- a/examples/with-hashed-statics/README.md +++ b/examples/with-hashed-statics/README.md @@ -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. \ No newline at end of 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).