Closed AleksandrHovhannisyan closed 5 months ago
Name | Link |
---|---|
Latest commit | 4f322cad6b6270bc748bdf2e7cd513a1f475e1fa |
Latest deploy log | https://app.netlify.com/sites/zen-ptolemy-a47e6d/deploys/6652528106ebf40008a0e93c |
Deploy Preview | https://deploy-preview-53--zen-ptolemy-a47e6d.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/sitemap.xml
seems to be inaccessible on the deploy preview, even though it works locally with the Netlify CLI.
Swapped Next.js/React for SvelteKit as a learning exercise.
Notes:
use:enhance
, I can't use client-side validation with Superforms. This is an acceptable tradeoff, as I'm still able to parse form data out of the query params in the server.ts handler.