Spaces:
Sleeping
Sleeping
File size: 148 Bytes
d2aab3f |
1 2 3 4 |
// 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;
|