fix landing page import

This commit is contained in:
vincanger 2024-06-05 11:35:20 +02:00
parent 459de18847
commit 0993d68b17
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
# All client-side env vars must start with REACT_APP_ https://wasp-lang.dev/docs/project/env-vars
# Find your test url at https://dashboard.stripe.com/test/settings/billing/portal
REACT_APP_STRIPE_CUSTOMER_PORTAL=https://billing.stripe.com/...
REACT_APP_STRIPE_CUSTOMER_PORTAL=https://billing.stripe.com/...
REACT_APP_GOOGLE_ANALYTICS_ID=G-...

View File

@ -204,7 +204,7 @@ psl=}
route LandingPageRoute { path: "/", to: LandingPage }
page LandingPage {
component: import LandingPage from "@src/client/landing-page/LandingPage"
component: import LandingPage from "@src/client/landing-page/Index"
}
//#region Auth Pages