Skip to content

Commit

Permalink
Merge pull request #651 from vtex-apps/disablePrefetch
Browse files Browse the repository at this point in the history
Disable automatic link prefetching
  • Loading branch information
filafb authored Aug 10, 2023
2 parents a9961ec + 7f745cf commit 8b96a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "render-runtime",
"version": "8.133.2",
"version": "8.134.0-beta.0",
"title": "VTEX Render runtime",
"description": "The VTEX Render framework runtime",
"builders": {
Expand Down
2 changes: 1 addition & 1 deletion react/utils/flags.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const flags = {
RENDER_NAVIGATION: true,
VTEX_ASSETS_URL: true,
PREFETCH: true,
PREFETCH: false,
}

window.flags = flags
Expand Down

0 comments on commit 8b96a82

Please sign in to comment.