Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Nov 2, 2024
1 parent faa67bc commit 02597f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function typedocPlugin() {
console.log('CONFIG',config)
config.hostedBaseUrl = 'https://wrnrlr.github.io/prelude'
config.useHostedBaseUrlForAbsoluteLinks = true
config.out = path.join(__dirname, './public/docs')
config.out = path.join(__dirname, './dist/docs')
config.entryPoints = [path.join(__dirname, '../src/mod.ts')]
console.log('CONFIG',config)
const app = await Application.bootstrap(config)
Expand Down

0 comments on commit 02597f8

Please sign in to comment.