one
Version:
One is a new React Framework that makes Vite serve both native and web.
14 lines (13 loc) • 426 B
JavaScript
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,
// },
]
};
export { vercelBuildOutputConfigBase };
//# sourceMappingURL=vc-build-output-config-base.mjs.map