diff --git a/.gitignore b/.gitignore index a14702c..652bf21 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json # Finder (MacOS) folder config .DS_Store + +# Local Netlify folder +.netlify diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..1ae66c9 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "bun run build" + publish = "dist" diff --git a/src/App.tsx b/src/App.tsx index 57902a4..b054221 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -62,7 +62,6 @@ export function App() {
- {process.env.PUBLIC_API_BASE_URL} {loading ? (