Skip to content

Commit

Permalink
chore: no spa
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jun 26, 2023
1 parent 0c4275b commit 0ee8602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ export default {
imports: {
dirs: ["stores"]
},
ssr: false
ssr: false,
spaLoadingTemplate: false
};

0 comments on commit 0ee8602

Please sign in to comment.