Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions apps/marketing/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ NEXT_PUBLIC_MARKETING_URL=http://localhost:3004
# Base URL for the main web app (for auth redirects)
NEXT_PUBLIC_APP_URL=http://localhost:3000

# The docs and blog are separate published PageSpace drives on their own hosts,
# not routes in this app — every link to them has to be absolute. Both default
# to the production hosts, so these only need setting to point a local build at
# somewhere else.
# NEXT_PUBLIC_DOCS_URL=https://docs.pagespace.ai
# NEXT_PUBLIC_BLOG_URL=https://blog.pagespace.ai

# Cross-subdomain cookie domain (e.g. .pagespace.ai for sharing cookies between www and app)
# Leave empty for local dev (cookies default to current hostname)
# NEXT_PUBLIC_COOKIE_DOMAIN=
Expand Down
3 changes: 0 additions & 3 deletions apps/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
Expand All @@ -24,8 +23,6 @@
"radix-ui": "^1.4.3",
"react": "^19.1.2",
"react-dom": "^19.1.2",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"@pagespace/lib": "workspace:*",
"resend": "^6.1.2",
"tailwind-merge": "^3.3.1"
Expand Down
Binary file removed apps/marketing/public/blog/agents-get-a-computer.png
Binary file not shown.
Binary file removed apps/marketing/public/blog/ai-versioning-safety.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
61 changes: 0 additions & 61 deletions apps/marketing/src/app/blog/[slug]/ShareButtons.tsx

This file was deleted.

888 changes: 0 additions & 888 deletions apps/marketing/src/app/blog/[slug]/data.ts

This file was deleted.

170 changes: 0 additions & 170 deletions apps/marketing/src/app/blog/[slug]/page.tsx

This file was deleted.

Loading