Skip to content

Commit cba66c0

Browse files
authored
Update apache-configuration-htaccess.md
documentation link to esm modules in nuxt.js doc changed, changed it here to the correct one
1 parent 2338fab commit cba66c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/apache-configuration-htaccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ With Single Page Apps (SPAs) client-side routing has become very popular. Client
190190

191191
### Nuxt
192192

193-
[Nuxt v3](https://v3.nuxtjs.org/) introduces [Native ES Modules](https://v3.nuxtjs.org/guide/going-further/esm/). The mime type `*.mjs` is not that popular so far. At the moment you have to add the mime type on your own.
193+
[Nuxt v3](https://v3.nuxtjs.org/) introduces [Native ES Modules](https://nuxt.com/docs/guide/concepts/esm). The mime type `*.mjs` is not that popular so far. At the moment you have to add the mime type on your own.
194194

195195
```
196196
# check that mod_mime is enabled

0 commit comments

Comments
 (0)