post format

This commit is contained in:
Nik
2022-08-17 12:44:58 +10:00
parent c0a23988b2
commit ff6351b04e
140 changed files with 9138 additions and 6794 deletions

View File

@@ -17,9 +17,9 @@ const config = {
// default options are shown
pages: 'build',
assets: 'build',
fallback:'index.html', // index.html (SPA) | null (SSR)
fallback: 'index.html', // index.html (SPA) | null (SSR)
precompress: false
}),
})
// vite: { ...moved to vite.config.js... }
}
};