-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35af35e
commit 1bece5a
Showing
24 changed files
with
1,000 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/transitions/router.js b/dist/transitions/router.js | ||
index c0e675db0ba7fbf2605c05bdc91d58169ead6ee4..06aeb1bcd52234ee3bbea0d96e703579aa72ab81 100644 | ||
--- a/dist/transitions/router.js | ||
+++ b/dist/transitions/router.js | ||
@@ -8,7 +8,7 @@ const updateScrollPosition = (positions) => { | ||
replaceState({ ...history.state, ...positions }, ""); | ||
} | ||
}; | ||
-const supportsViewTransitions = inBrowser && !!document.startViewTransition; | ||
+const supportsViewTransitions = false // inBrowser && !!document.startViewTransition; | ||
const transitionEnabledOnThisPage = () => inBrowser && !!document.querySelector('[name="astro-view-transitions-enabled"]'); | ||
const samePage = (thisLocation, otherLocation) => thisLocation.pathname === otherLocation.pathname && thisLocation.search === otherLocation.search; | ||
let mostRecentNavigation; |
Oops, something went wrong.