148 bytes View directory
1 // since there's no dynamic data here, we can prerender
2 // it so that it gets served as a static asset in production
3 export const prerender = true;
4