Skip to content

Commit

Permalink
chore: remove unneeded env var (#1060)
Browse files Browse the repository at this point in the history
* chore: remove unneeded env var

* chore: remove favicon
  • Loading branch information
adamdehaven authored Apr 27, 2023
1 parent 703efa6 commit ab2aaf1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .env.local.example
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
VITE_AUTH_URL=https://global.api.konghq.tech
# The base path for the KAuth API AxiosInstance class wrapper. Can be an absolute path e.g. '/kauth' or a full URL
VITE_KAUTH_API_BASE_URL="/kauth"
1 change: 0 additions & 1 deletion env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

interface ImportMetaEnv {
readonly VITE_AUTH_URL: string
readonly VITE_KAUTH_API_BASE_URL: string
}

interface ImportMeta {
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion sandbox/components/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<title>Components App</title>
Expand Down
1 change: 0 additions & 1 deletion sandbox/elements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<title>Elements App</title>
Expand Down
1 change: 0 additions & 1 deletion sandbox/web-components/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<link rel="stylesheet" href="./lib/style.css" />
Expand Down

0 comments on commit ab2aaf1

Please sign in to comment.