Skip to content

Commit

Permalink
fix typedoc production build
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Oct 29, 2024
1 parent 09e6af7 commit fa1c6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function typedocPlugin() {
const config = JSON.parse(await Deno.readTextFile(name))
config.hostedBaseUrl = 'https://wrnrlr.github.io/prelude'
config.useHostedBaseUrlForAbsoluteLinks = true
config.out = './www/docs'
config.out = './www/dist/docs'
config.entryPoints = ['./src/mod.ts']
const app = await Application.bootstrap(config)
const project = await app.convert()
Expand Down Expand Up @@ -58,7 +58,7 @@ export default defineConfig(({ command, mode }) => {
assetsInclude,
base: 'prelude',
plugins: [
// typedocPlugin()
typedocPlugin()
]
}
})

0 comments on commit fa1c6d9

Please sign in to comment.