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,