fix: only pre-render the main page
avoid flash of 'no data' when loading favorites
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
outDir: 'dist',
|
||||
plugins: [
|
||||
require('@poi/plugin-vue-static')({
|
||||
routes: ['/', '/favorites'],
|
||||
routes: ['/'],
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user