Skip to content

Commit cca19cd

Browse files
authored
Merge pull request #144 from techulus/develop
Remove blog, Add CLI
2 parents 5775665 + e6d32ba commit cca19cd

26 files changed

Lines changed: 771 additions & 689 deletions

apps/web/.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ INNGEST_EVENT_KEY=
2424
INNGEST_SIGNING_KEY=
2525

2626

27-
# CMS
28-
NEXT_PUBLIC_SANITY_PROJECT_ID=jeixxcw8
29-
3027
# OpenRouter AI
3128
OPENROUTER_API_KEY=
3229

apps/web/components/layout/blog-layout.component.tsx

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

apps/web/components/layout/footer.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const navigation = {
2020
},
2121
],
2222
support: [
23-
{ name: "Blog", href: ROUTES.BLOG },
2423
{ name: "Documentation", href: "https://docs.changes.page/docs" },
2524
{ name: "Contact Us", href: ROUTES.SUPPORT },
2625
{ name: "Status", href: "https://status.changes.page" },

apps/web/components/page-settings/integrations.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ export default function IntegrationsSettings({
4848
<div className="md:col-span-1">
4949
<div className="px-4 sm:px-0">
5050
<h3 className="text-lg font-medium leading-6 text-gray-900 dark:text-gray-50">
51-
Zapier and GitHub actions
51+
CLI, Zapier and GitHub Actions
5252
</h3>
5353
<p className="mt-1 text-sm text-gray-600 dark:text-gray-400">
54-
Automate your work across 5,000+ apps.
54+
Use the CLI or automate your work across 5,000+ apps.
5555
</p>
5656
</div>
5757
</div>

apps/web/data/routes.data.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ export const ROUTES = {
1919
// account
2020
BILLING: "/account/billing",
2121

22-
// legal
23-
BLOG: "/blog",
2422
PRIVACY: "/privacy",
2523
SUPPORT: "https://techulus.atlassian.net/servicedesk/customer/portal/1",
2624
TERMS: "/terms",

apps/web/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const nextConfig = {
6464
"pdwvetqkhfagwmkvduod.supabase.co",
6565
"eainhsncogzypzcrwpsp.supabase.co",
6666
"t3.gstatic.com",
67-
"cdn.sanity.io",
6867
],
6968
},
7069
};

apps/web/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"@monaco-editor/react": "^4.6.0",
2222
"@octokit/app": "^16.1.2",
2323
"@openrouter/ai-sdk-provider": "^1.5.3",
24-
"@sanity/client": "^5.4.2",
25-
"@sanity/image-url": "^1.0.2",
2624
"@sentry/nextjs": "^7.77.0",
2725
"@supabase/auth-ui-react": "^0.4.7",
2826
"@supabase/auth-ui-shared": "^0.1.8",
@@ -43,7 +41,6 @@
4341
"eventsource-parser": "^0.0.5",
4442
"file-extension": "^4.0.5",
4543
"formik": "^2.2.9",
46-
"groq": "^3.9.1",
4744
"inngest": "^1.5.4",
4845
"mime-types": "^2.1.34",
4946
"next": "14.2.35",
@@ -60,14 +57,10 @@
6057
"react-simplemde-editor": "^5.2.0",
6158
"rehype-raw": "^7.0.0",
6259
"rehype-sanitize": "^6.0.0",
63-
"remark": "^14.0.2",
6460
"remark-gfm": "^4.0.0",
65-
"remark-html": "^15.0.1",
66-
"remark-parse": "^10.0.1",
6761
"sharp": "^0.33.2",
6862
"slugify": "^1.6.5",
6963
"streamdown": "^1.6.10",
70-
"strip-markdown": "^5.0.0",
7164
"stripe": "^8.199.0",
7265
"use-debounce": "^7.0.1",
7366
"use-file-picker": "^1.4.1",

apps/web/pages/api/blog/og.tsx

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

0 commit comments

Comments
 (0)