From 8373abfb8cb02b14030a3034c68a00a977221136 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 1 Jan 2024 16:02:55 -0600 Subject: [PATCH] adjusted deployment --- gen.yaml | 2 +- next.config.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gen.yaml b/gen.yaml index 4d2cbc1..263c9ec 100644 --- a/gen.yaml +++ b/gen.yaml @@ -64,7 +64,7 @@ python: installationURL: speakeasy-bar maxMethodParams: 4 outputModelSuffix: output - packageName: openapi + packageName: plexpy published: true typescript: version: 0.0.1 diff --git a/next.config.js b/next.config.js index 2a27408..a9fb0df 100644 --- a/next.config.js +++ b/next.config.js @@ -21,11 +21,7 @@ module.exports = withPlugins([], { importer: jsonImporter(), }, ...withNextra({ - output: 'export', - distDir: 'out', - images: { - unoptimized: true, - }, + distDir: 'out' }), eslint: { ignoreDuringBuilds: true,