mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-06 04:20:46 +00:00
adjusted deployment
This commit is contained in:
2
gen.yaml
2
gen.yaml
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user