one
Version:
One is a new React Framework that makes Vite serve both native and web.
14 lines (13 loc) • 481 B
text/typescript
// Documentation - Vercel Build Output v3 Config
// https://vercel.com/docs/build-output-api/v3/configuration#config.json-supported-properties
export const vercelBuildOutputConfigBase = {
version: 3,
// https://vercel.com/docs/build-output-api/v3/configuration#routes
routes: [
// Not sure if we really need this, but having this seems to break the 'rewrite's we will add to handle dynamic routes.
// {
// src: '/(.*)',
// status: 200,
// },
],
}