diff options
author | 2024-05-03 15:41:58 +0000 | |
---|---|---|
committer | 2024-05-03 15:41:58 +0000 | |
commit | 6c603bcc97e70dc03f137d16f714f36421191a85 (patch) | |
tree | e75c1fc03c1f2608ded4bd6615c24fe9345c29eb | |
parent | a37d76a42ac00697be3acd575f3f7163129ea75c (diff) | |
download | astro-6c603bcc97e70dc03f137d16f714f36421191a85.tar.gz astro-6c603bcc97e70dc03f137d16f714f36421191a85.tar.zst astro-6c603bcc97e70dc03f137d16f714f36421191a85.zip |
[ci] format
-rw-r--r-- | packages/integrations/web-vitals/src/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/web-vitals/src/constants.ts b/packages/integrations/web-vitals/src/constants.ts index 7df5bb8b6..a76b42a23 100644 --- a/packages/integrations/web-vitals/src/constants.ts +++ b/packages/integrations/web-vitals/src/constants.ts @@ -1 +1 @@ -export const WEB_VITALS_ENDPOINT_PATH = '/_web-vitals' +export const WEB_VITALS_ENDPOINT_PATH = '/_web-vitals'; |