Removed CF Pages, doesn't seem to work. Will try at a future date.

This commit is contained in:
Ronnie 2024-11-20 19:46:51 -05:00
parent 65635ba7e0
commit 0749795395
4 changed files with 19 additions and 4311 deletions

View file

@ -1,11 +1,7 @@
import type { NextConfig } from "next";
import { setupDevPlatform } from '@cloudflare/next-on-pages/next-dev';
const nextConfig: NextConfig = {
/* config options here */
};
if (process.env.NODE_ENV === 'development') {
await setupDevPlatform();
}
export default nextConfig;