parent
10eea17c56
commit
40fb530632
@ -1 +1,10 @@
|
|||||||
module.exports = {};
|
import { setupDevPlatform } from '@cloudflare/next-on-pages/next-dev';
|
||||||
|
|
||||||
|
/** @type {import('next').NextConfig} */
|
||||||
|
const nextConfig = {};
|
||||||
|
|
||||||
|
if (process.env.NODE_ENV === 'development') {
|
||||||
|
await setupDevPlatform();
|
||||||
|
}
|
||||||
|
|
||||||
|
export default nextConfig;
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,4 @@
|
|||||||
|
name = "my-website"
|
||||||
|
compatibility_date = "2024-09-09"
|
||||||
|
compatibility_flags = ["nodejs_compat"]
|
||||||
|
pages_build_output_dir = ".vercel/output/static"
|
Loading…
Reference in new issue