mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-26 17:52:28 +01:00
fix landing page import
This commit is contained in:
parent
459de18847
commit
0993d68b17
@ -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-...
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user