Skip to content

Commit 55f36c2

Browse files
committed
fix(web): remove smooth scroll behavior
1 parent 7822b46 commit 55f36c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

website/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import './.next/types/routes.d.ts'
3+
import './.next/dev/types/routes.d.ts'
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

website/panda.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default defineConfig({
5252
extend: {
5353
html: {
5454
scrollPaddingTop: '5rem',
55-
scrollBehavior: 'smooth',
5655
},
5756
body: {
5857
fontFamily: 'body',

0 commit comments

Comments
 (0)