feat: web vitals

This commit is contained in:
Torsten Dittmann
2022-08-22 11:56:54 +02:00
parent ed5b796111
commit 0c8a06d9fb
+1 -1
View File
@@ -3,7 +3,7 @@ import { getCLS, getFCP, getFID, getLCP, getTTFB, type Metric } from 'web-vitals
type Options = {
params:
| {
[s: string]: any;
[s: string]: string | number | boolean;
}
| ArrayLike<any>;
path: string;