Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 31aaad2

Browse files
committedApr 3, 2025·
[test] fix bad test fixuture for perf test
1 parent 4acb9e3 commit 31aaad2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/e2e/pages-performance-mark/pages/_document.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Html, Head, Main, NextScript } from 'next/document'
33
export default function Document() {
44
return (
55
<Html>
6-
<Head />
76
<Head />
87
<body>
98
<Main />

0 commit comments

Comments
 (0)
Please sign in to comment.