Skip to content

Commit

Permalink
docs: nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Jun 18, 2024
1 parent a6a3a2e commit 251ec12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .nojekyll
Empty file.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
include: ['highlight.js', 'highlight.js/lib/core']
},
build: {
minify: 'esbuild', // We specify this explicitly, since we need the server code to be minified for size computation.
// minify: true, // We specify this explicitly, since we need the server code to be minified for size computation.
rollupOptions: {
output: {
manualChunks: manualChunksForAnalyzing
Expand Down

0 comments on commit 251ec12

Please sign in to comment.