diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..d0026be --- /dev/null +++ b/.env.development @@ -0,0 +1 @@ +VITE_API_URL = "http://localhost:3000" \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..9fa3de8 --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +VITE_API_URL = "https://api-deputes.alexcreates.fr" \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index e23bcaa..e335f64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ import Navbar from "./components/navbar/Navbar.vue";