Skip to content

Commit

Permalink
Disable single fetch while we determine limitations with redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon committed Dec 5, 2024
1 parent 930e14d commit 0cc873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default defineConfig({
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
v3_lazyRouteDiscovery: true,
v3_singleFetch: true,
v3_singleFetch: false,
v3_routeConfig: true,
},
}),
Expand Down

2 comments on commit 0cc873f

@ecom-integrations
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we now need to revert the changes made in Commit ee4685d?

@lizkenyon
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ecom-integrations

I believe that it should still be working as intended without reverting those changes?
Are you experiencing any issues?

Please sign in to comment.