From c12ee30dda4d3f1c947674b796f2474f78760185 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Fri, 10 Jan 2020 14:38:40 +0100 Subject: [PATCH] Remove target from all examples --- examples/with-cookie-auth/next.config.js | 3 --- examples/with-zones/blog/next.config.js | 1 - examples/with-zones/home/next.config.js | 3 --- 3 files changed, 7 deletions(-) delete mode 100644 examples/with-cookie-auth/next.config.js delete mode 100644 examples/with-zones/home/next.config.js diff --git a/examples/with-cookie-auth/next.config.js b/examples/with-cookie-auth/next.config.js deleted file mode 100644 index f0b0ae024197..000000000000 --- a/examples/with-cookie-auth/next.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - target: 'serverless', -} diff --git a/examples/with-zones/blog/next.config.js b/examples/with-zones/blog/next.config.js index e9b2c59d5b2e..5cb0bdc68bd5 100644 --- a/examples/with-zones/blog/next.config.js +++ b/examples/with-zones/blog/next.config.js @@ -1,7 +1,6 @@ const assetPrefix = process.env.BUILDING_FOR_NOW ? '/blog' : '' module.exports = { - target: 'serverless', assetPrefix, env: { ASSET_PREFIX: assetPrefix, diff --git a/examples/with-zones/home/next.config.js b/examples/with-zones/home/next.config.js deleted file mode 100644 index f0b0ae024197..000000000000 --- a/examples/with-zones/home/next.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - target: 'serverless', -}