From 7405b2e8192fbc516545a501d6b573d99a271809 Mon Sep 17 00:00:00 2001 From: faukwaa <133618995+faukwaa@users.noreply.github.com> Date: Thu, 9 May 2024 13:49:19 +0800 Subject: [PATCH] modify spelling errors: bulild -> build (#4206) --- web/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config/index.ts b/web/config/index.ts index 7d6e9a053e..933c479b7c 100644 --- a/web/config/index.ts +++ b/web/config/index.ts @@ -15,7 +15,7 @@ else if ( globalThis.document?.body?.getAttribute('data-api-prefix') && globalThis.document?.body?.getAttribute('data-pubic-api-prefix') ) { - // Not bulild can not get env from process.env.NEXT_PUBLIC_ in browser https://nextjs.org/docs/basic-features/environment-variables#exposing-environment-variables-to-the-browser + // Not build can not get env from process.env.NEXT_PUBLIC_ in browser https://nextjs.org/docs/basic-features/environment-variables#exposing-environment-variables-to-the-browser apiPrefix = globalThis.document.body.getAttribute('data-api-prefix') as string publicApiPrefix = globalThis.document.body.getAttribute('data-pubic-api-prefix') as string }