Skip to content

Commit

Permalink
fix: set ssr false
Browse files Browse the repository at this point in the history
  • Loading branch information
ThianHooi committed Jul 27, 2024
1 parent 1e9c416 commit 4364fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig({
base: '/property-videos-summariser/',
plugins: [
remix({
ssr: false,
basename: '/property-videos-summariser/',
future: {
v3_fetcherPersist: true,
Expand Down

0 comments on commit 4364fa5

Please sign in to comment.