From cf0dd009e634ef1518105fe4b1fc656ab31bc42e Mon Sep 17 00:00:00 2001 From: tymur999 Date: Thu, 9 Apr 2026 19:06:47 -0500 Subject: [PATCH] remove public url in html --- public/index.html | 21 ++++----------------- src/index.d.ts | 1 - 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index d37bebf..0f13f18 100644 --- a/public/index.html +++ b/public/index.html @@ -2,28 +2,15 @@ - + - - - - + + tymur999.com diff --git a/src/index.d.ts b/src/index.d.ts index 0e9234e..dcc573a 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1,7 +1,6 @@ declare namespace NodeJS { interface ProcessEnv { readonly NODE_ENV: 'development' | 'production' | 'test'; - readonly PUBLIC_URL: string; } }