Files
LukeHagar.com/src/routes/+page.js
LukeHagar 77b5d916b5 Initial commit
Created from https://vercel.com/new
2022-12-18 01:30:55 +00:00

4 lines
148 B
JavaScript

// since there's no dynamic data here, we can prerender
// it so that it gets served as a static asset in production
export const prerender = true;