Skip to content

Commit

Permalink
build: Remove CF pages support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Oct 17, 2024
1 parent 80d7375 commit 62d3e01
Show file tree
Hide file tree
Showing 5 changed files with 2,348 additions and 5,898 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"extends": [
"next/core-web-vitals",
"next/typescript",
"prettier",
"plugin:eslint-plugin-next-on-pages/recommended"
],
"plugins": ["eslint-plugin-next-on-pages"]
"extends": ["next/core-web-vitals", "next/typescript", "prettier"]
}
6 changes: 0 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
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;
Loading

0 comments on commit 62d3e01

Please sign in to comment.