fix(scroll): enforce manual scroll restoration and scroll to top on mobile initial load

This commit is contained in:
2026-08-29 17:43:37 -07:00
parent 054631ebe3
commit 99600f1037
69 changed files with 76 additions and 66 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
"/_not-found/page": "app/_not-found/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js",
"/apple-icon.png/route": "app/apple-icon.png/route.js",
"/opengraph-image.png/route": "app/opengraph-image.png/route.js",
"/icon.png/route": "app/icon.png/route.js",
"/opengraph-image.png/route": "app/opengraph-image.png/route.js",
"/twitter-image.png/route": "app/twitter-image.png/route.js",
"/page": "app/page.js"
}