Main entry point.
Initializes SSE
Site-wide code that will execute on all pages.
Site-wide CSS that will be included on all pages.
Routes to handle for specific pages or site sections, like /contact or /blog/*
/contact
/blog/*
This maps pages/paths to specific SSE page handlers which do page-specific things.
Site engine version number.
Increment this on every publish.
Page-specific code as triggered by route.ts.
route.ts
Last updated 1 year ago