Skip to content

Commit

Permalink
Move landing page to a separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Oct 29, 2023
1 parent 821f86f commit 149c662
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 344 deletions.
36 changes: 0 additions & 36 deletions landing/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions landing/.vscode/settings.json

This file was deleted.

21 changes: 0 additions & 21 deletions landing/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions landing/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions landing/app/globals.css

This file was deleted.

10 changes: 0 additions & 10 deletions landing/app/head.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions landing/app/layout.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions landing/app/page.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions landing/components/Background.tsx

This file was deleted.

81 changes: 0 additions & 81 deletions landing/components/Content.tsx

This file was deleted.

45 changes: 0 additions & 45 deletions landing/components/Header.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions landing/next.config.js

This file was deleted.

22 changes: 0 additions & 22 deletions landing/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions landing/postcss.config.js

This file was deleted.

Binary file removed landing/public/favicon.ico
Binary file not shown.
Binary file removed landing/public/screenshot.png
Binary file not shown.
Binary file removed landing/public/spotify.png
Binary file not shown.
22 changes: 0 additions & 22 deletions landing/tailwind.config.js

This file was deleted.

25 changes: 0 additions & 25 deletions landing/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discoverify",
"workspaces": ["backend", "frontend", "landing", "scripts"],
"workspaces": ["backend", "frontend", "scripts"],
"scripts": {
"dev": "turbo run dev",
"build:backend": "turbo build --filter=backend"
Expand Down
7 changes: 1 addition & 6 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"pipeline": {
"dev": {},
"build": {
"outputs": [
"frontend/dist",
"landing/.next/**",
"!landing/.next/cache/**",
"backend/dist"
]
"outputs": ["frontend/dist", "backend/dist"]
}
}
}

1 comment on commit 149c662

@vercel
Copy link

@vercel vercel bot commented on 149c662 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.