Server Side Rendering
This page is returning the date from a SvelteKit page endpoint with no configuration specified. This means that when deployed to Vercel, it uses the project default which will automatically turn page endpoints into server routes.
This page endpoint runs on the server, and returns the current date and time. Notice each time you refresh the page, the endpoint runs again and the time is updated.
Current Date:
08/05/2024, 06:10:32.256
Svelte logo
Built with SvelteKit