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; } }