Skip to content

Commit d6910e7

Browse files
committed
Enable demo setup to be build for prod
1 parent e1fad8a commit d6910e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": ["next", "next/core-web-vitals"]
2+
"extends": ["next", "next/core-web-vitals"],
3+
"rules": {
4+
"@next/next/no-document-import-in-page": "off"
5+
}
36
}

0 commit comments

Comments
 (0)