# Nuxt 2 Static Improvements

DevFeed: [Nuxt 2 Static Improvements](<https://devfeed.tech/articles/nuxt-2-static-improvements-3412.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/nuxt-static-improvements>)

Author: Module Authors

Published: 2020-07-27T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [generate](<https://devfeed.tech/tags/generate.md>), [html](<https://devfeed.tech/tags/html.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Nuxt 2.14 improves static generation by reusing a cached build when project code has not changed, while continuing to render routes to static HTML. It describes cache configuration, ignored paths, and module hooks for excluding files from rebuild detection.

## Source excerpt

With Nuxt version 2.13, the full-static mode has been introduced. In addition, a new command nuxt export was added to pre-render your pages without triggering a webpack build with the goal to separate the rendering and build process. The only issue was that most Nuxt users weren't able to unleash the full potential of the separation... until now.