diff --git a/www/vite.config.js b/www/vite.config.js index 4e1174f..a9811d6 100644 --- a/www/vite.config.js +++ b/www/vite.config.js @@ -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)