Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 2afb846

Browse files
committed
🚑️ 静的ファイルの排出先を指定
1 parent 4ea14d8 commit 2afb846

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lighthouserc.js

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ module.exports = {
88
"categories:seo": ["error", { "minScore": 0.9 }]
99
}
1010
},
11+
collect: {
12+
staticDistDir: './.next/'
13+
},
1114
upload: {
1215
target: 'temporary-public-storage',
1316
}

0 commit comments

Comments
 (0)