Skip to content

Commit 2c883ce

Browse files
committed
Remove outdated redirects
1 parent e9b235a commit 2c883ce

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

next.config.mjs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const nextConfig = {
1818
"placehold.co",
1919
"avatars.githubusercontent.com"
2020
],
21-
formats: ['image/webp'], // Changed from avif to webp
21+
formats: ['image/webp'],
2222
},
2323
transpilePackages: [
2424
"react-tweet",
@@ -123,16 +123,6 @@ const nextConfig = {
123123
source: '/blog/vector-databases-compared',
124124
destination: '/vectordatabases',
125125
permanent: true
126-
},
127-
{
128-
source: '/comparisons',
129-
destination: '/vectordatabases',
130-
permanent: false
131-
},
132-
{
133-
source: '/comparisons/:db1(pinecone|milvus|chroma|weaviate|faiss|elasticsearch|qdrant|vald|lancedb|marqo|singlestoredb|pgvector|redis|vespa|deep-lake|docarray)-vs-:db2(pinecone|milvus|chroma|weaviate|faiss|elasticsearch|qdrant|vald|lancedb|marqo|singlestoredb|pgvector|redis|vespa|deep-lake|docarray)',
134-
destination: '/vectordatabases',
135-
permanent: false
136126
}
137127
]
138128
},

src/content/blog/openai-codex-review/page.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Button } from '@/components/Button'
22
import Image from 'next/image'
33
import Link from 'next/link'
4-
import Link from 'next/link'
54

65
import codexHero from '@/images/codex-hero.webp'
76
import codexChat from '@/images/codex-main-chat-interface.webp'
@@ -51,7 +50,9 @@ Once you've got access, you start by enabling multi-factor authentication, which
5150

5251
Codex then clones your repositories into its own sandboxes so it can run commands and create branches on your behalf.
5352

54-
If you maintain dozens of public and private repositories, this setup is fantastic because you can jump between projects and queue up tasks for each of them without leaving the interface. If you only keep a single repo or two, the overhead may feel heavier than just asking an LLM for help or working in an AI-powered editor like Cursor.
53+
If you maintain dozens of public and private repositories, this setup is fantastic because you can jump between projects and queue up tasks for each of them without leaving the interface.
54+
55+
If you only keep a single repo or two, the overhead may feel heavier than just asking an LLM for help or working in an AI-powered editor like Cursor.
5556

5657
## Things I like about Codex
5758

@@ -74,10 +75,11 @@ By the time I start work, I tend to have a laundry list of items I want to compl
7475

7576
### I think this will eventually support my dream untethered workflow
7677

77-
As I wrote about in <Link href="/blog/walking-and-talking-with-ai">Walking and talking with AI in the woods</Link>, ideally I'd like to start my morning in an office, launch a bunch of tasks,
7878
As I wrote about in <Link href="/blog/walking-and-talking-with-ai">Walking and talking with AI in the woods</Link>, ideally I'd like to start my morning in an office, launch a bunch of tasks,
7979
get some planning out of the way, and then step out for a long walk in nature.
8080

81+
Codex is usable from my phone even today:
82+
8183
<Image src={phone} alt="Codex is even usable on mobile" />
8284

8385
I think, ultimately, once some of the sharp edges are polished, Codex will support me and others in performing our work effectively away from our desks.

0 commit comments

Comments
 (0)