adjusted deployment

This commit is contained in:
Luke Hagar
2024-01-01 16:02:55 -06:00
parent f91c1e6f54
commit 8373abfb8c
2 changed files with 2 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ python:
installationURL: speakeasy-bar installationURL: speakeasy-bar
maxMethodParams: 4 maxMethodParams: 4
outputModelSuffix: output outputModelSuffix: output
packageName: openapi packageName: plexpy
published: true published: true
typescript: typescript:
version: 0.0.1 version: 0.0.1

View File

@@ -21,11 +21,7 @@ module.exports = withPlugins([], {
importer: jsonImporter(), importer: jsonImporter(),
}, },
...withNextra({ ...withNextra({
output: 'export', distDir: 'out'
distDir: 'out',
images: {
unoptimized: true,
},
}), }),
eslint: { eslint: {
ignoreDuringBuilds: true, ignoreDuringBuilds: true,