Skip to content

Commit

Permalink
ci: change dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 18, 2023
1 parent 5db2ad2 commit a2dad3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
numberOfRuns: 3
startServerCommand: bun run preview
url: ['http://localhost']
staticDistDir: './dist'
staticDistDir: './build'
isSinglePageApplication: true
assert:
assertions:
Expand Down
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin';
const withVanillaExtract = createVanillaExtractPlugin();

const nextConfig = {
distDir: 'build',
experimental: {
typedRoutes: true,
},
Expand Down

0 comments on commit a2dad3e

Please sign in to comment.