Skip to content

Commit

Permalink
feat(Headers): remove all cache from (index) HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 26, 2022
1 parent e40ded3 commit cb26e50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export default {

meta: [
{ charset: 'utf-8' },
{ 'http-equiv': 'Cache-Control', content: 'no-cache' },
{ 'http-equiv': 'Pragma', content: 'no-cache' },
{ 'http-equiv': 'Expires', content: '0' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{
hid: 'description',
Expand Down

0 comments on commit cb26e50

Please sign in to comment.