Skip to content

Commit

Permalink
🔧 chore: Fix vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 8, 2025
1 parent de1274d commit e10cc75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { resolve } from 'node:path';

import { description, homepage, name } from '../package.json';

const isProduction = process.env.NODE_ENV === 'production';
const isWin = process.platform === 'win32';

const themeConfig: SiteThemeConfig = {
Expand Down Expand Up @@ -69,7 +68,6 @@ export default defineConfig({
locales: [{ id: 'en-US', name: 'English' }],
mfsu: isWin ? undefined : {},
npmClient: 'pnpm',
ssr: isProduction ? {} : false,
styles: [
`html, body { background: transparent; }
Expand Down

0 comments on commit e10cc75

Please sign in to comment.