pixelmund / svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
https://svemix.com
MIT License
336 stars 16 forks source link

Update to new kit and fix prerendering #19

Closed pixelmund closed 2 years ago

pixelmund commented 2 years ago

This PR enables prerendering by ignoring the url search if enabled and updates to the latest kit changes.

-> Replace [request|page].[origin|path|query] with url object

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/svemix/svemix/7XEnzW3w5DS3CkaTxapjt8ofBt3t
✅ Preview: https://svemix-git-update-kit-1-svemix.vercel.app

pixelmund commented 2 years ago

This fixed #18 and #17