diff --git a/backend/utils/utils.py b/backend/utils/utils.py index a22919c..228313e 100644 --- a/backend/utils/utils.py +++ b/backend/utils/utils.py @@ -4,8 +4,8 @@ from backend.routers.index_router import index_router from backend.routers.landsat_api_router import landsat_api_router -from backend.routers.watch_my_pixel import watch_my_pixel_router from backend.routers.report_router import report_router +from backend.routers.watch_my_pixel import watch_my_pixel_router def create_app(): diff --git a/frontend/components/navbar/NavbarLinks.vue b/frontend/components/navbar/NavbarLinks.vue index f7a3967..636b3a8 100644 --- a/frontend/components/navbar/NavbarLinks.vue +++ b/frontend/components/navbar/NavbarLinks.vue @@ -8,18 +8,18 @@ How does it work? - - Select tile + + Select scene - + + Reports + + Watch My Pixel - + My Pixel Watches - - Reports - diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 32c2541..e996f56 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -43,7 +43,7 @@ export default defineNuxtConfig({ openFetch: { clients: { api: { - baseURL: "http://localhost:8000/" + baseURL: process.env.NUXT_OPEN_FETCH_API_BASE_URL || "http://localhost:8000/" } } }, diff --git a/frontend/pages/how_does_it_work.vue b/frontend/pages/how_does_it_work.vue index 2c736bd..f18c360 100644 --- a/frontend/pages/how_does_it_work.vue +++ b/frontend/pages/how_does_it_work.vue @@ -61,6 +61,6 @@ -