Skip to content

Commit 421ba45

Browse files
authored
Merge pull request #553 from mfts/chore/remove
feat: complete transition from www to app
2 parents dfc2f6d + 1bbac35 commit 421ba45

File tree

141 files changed

+119
-18487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+119
-18487
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
NEXTAUTH_SECRET=my-superstrong-secret
22
NEXTAUTH_URL=http://localhost:3000
33

4+
NEXT_PUBLIC_BASE_URL=http://localhost:3000
5+
NEXT_PUBLIC_MARKETING_URL=http://localhost:3000
6+
47
# These variables are from Vercel Storage Postgres
58
POSTGRES_PRISMA_URL=
69
POSTGRES_PRISMA_URL_NON_POOLING=
@@ -11,9 +14,6 @@ BLOB_READ_WRITE_TOKEN=
1114
GOOGLE_CLIENT_ID=
1215
GOOGLE_CLIENT_SECRET=
1316

14-
NEXT_PUBLIC_BASE_URL=http://localhost:3000
15-
NEXT_PUBLIC_MARKETING_URL=http://localhost:3000
16-
1717
# This variable is from Resend to send emails
1818
RESEND_API_KEY=
1919

@@ -36,7 +36,7 @@ QSTASH_NEXT_SIGNING_KEY=
3636
HANKO_API_KEY=add-your-hanko-api-key
3737
NEXT_PUBLIC_HANKO_TENANT_ID=add-your-hanko-tenent-id
3838

39-
# Trigger
39+
# Trigger v2
4040
TRIGGER_API_KEY=
4141
TRIGGER_API_URL=https://api.trigger.dev
4242
NEXT_PUBLIC_TRIGGER_PUBLIC_API_KEY=

app/(static)/(legal)/privacy/page.tsx

Lines changed: 0 additions & 611 deletions
This file was deleted.

app/(static)/(legal)/terms/page.tsx

Lines changed: 0 additions & 918 deletions
This file was deleted.

app/(static)/alternatives/[slug]/page.tsx

Lines changed: 0 additions & 349 deletions
This file was deleted.

0 commit comments

Comments
 (0)