Skip to content

Commit

Permalink
Merge pull request #899 from Shopify/liz/disable-single-fetch
Browse files Browse the repository at this point in the history
Disable single fetch
  • Loading branch information
lizkenyon authored Dec 5, 2024
2 parents 1daefed + af08744 commit bca9802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2024.12.05

- [#899](https://github.com/Shopify/shopify-app-template-remix/pull/899) Disable v3_singleFetch flag
- [#898](https://github.com/Shopify/shopify-app-template-remix/pull/898) Enable the `removeRest` future flag so new apps aren't tempted to use the REST Admin API.

## 2024.12.04
Expand Down
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

0 comments on commit bca9802

Please sign in to comment.