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
maxMethodParams: 4
outputModelSuffix: output
packageName: openapi
packageName: plexpy
published: true
typescript:
version: 0.0.1

View File

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