honojs / vite-plugins

Vite Plugins for Hono
https://hono.dev
135 stars 35 forks source link

feat(ssg): make it simple #80

Closed berlysia closed 9 months ago

berlysia commented 9 months ago

Based on research in honojs/honox#48

before: Use Vite to build the toSSG generated code. This means that it was built twice. after: Generate a page with toSSG. That's it.

changeset-bot[bot] commented 9 months ago

🦋 Changeset detected

Latest commit: 25613d6bb003e8fe9a10dac2c4805967deb25fec

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------- | ----- | | @hono/vite-ssg | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

yusukebe commented 9 months ago

Thanks! @berlysia

Great PR! I've left the comments; check them, and could you run yarn changeset on the top of the project? This will be a "minor" change.

yusukebe commented 9 months ago

@berlysia

Thank you! I'll merge this now and release the new version!