Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Jan 11, 2025
1 parent aed72a5 commit caa2499
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,11 @@ export default defineConfig(async (): Promise<UserConfig> => {
prerender: {
enabled: true,
force: true,
disableAutoRender: false,
renderStatic: true,
},
analytics: true,
minify: true,
inlineSourceMap: false,
build: {
ssr: true,
outDir: "dist",
},
configFile: ".vercel/config.json"
}),
]

Expand Down Expand Up @@ -118,9 +112,6 @@ export default defineConfig(async (): Promise<UserConfig> => {
main: path.resolve(__dirname, "index.html"),
landing: path.resolve(__dirname, "landing.html"),
},
output: {
manualChunks: undefined,
},
},
},
resolve: {
Expand Down

0 comments on commit caa2499

Please sign in to comment.