Skip to content

Commit

Permalink
Fix workflow 6
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Oct 28, 2024
1 parent f101d87 commit bed8f9f
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 @@ -56,7 +56,7 @@ export default defineConfig(({ command, mode }) => {
assetsInclude,
base: mode==='production' ? '/prelude' : undefined,
plugins: [
typedocPlugin()
// typedocPlugin()
]
}
})

0 comments on commit bed8f9f

Please sign in to comment.