My personal website.
export const createApp = ViteSSG(
App,
{
routes,
},
({ router, app, isClient }) => {
....
},
)
then
pnpm run build
export const createApp = ViteSSG(
App,
{
routes,
history: createWebHashHistory()
},
({ router, app, isClient }) => {
....
},
)
then
pnpm run spa-build
Code is licensed under MIT.
Words and images are licensed under CC BY-NC-SA 4.0.