Skip to content

Commit a93e60c

Browse files
sbddesignalexlwn123cursoragentcursor
authored
Migration (#125)
* updates * chore: more * feat: more * more * Refactor: Update dependencies and fix async params Update Next.js and related dependencies. Refactor page components to correctly handle async params. Co-authored-by: cursor <cursor@sl.d.elor.me> * migrate posts from old site * update old links * migration script * fix theme issue * remove old review pages * update image refs * remove migration script --------- Co-authored-by: Alex Lewin <alexlwn123@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: cursor <cursor@sl.d.elor.me>
1 parent bfc2aa3 commit a93e60c

File tree

84 files changed

+170
-1234
lines changed

Some content is hidden

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

84 files changed

+170
-1234
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ yarn-error.log*
3333
# typescript
3434
*.tsbuildinfo
3535
next-env.d.ts
36+
scripts/*.js
3637

3738
# ai directory
3839
ai/build

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function RootLayout({
3333
children: React.ReactNode
3434
}) {
3535
return (
36-
<html lang="en">
36+
<html lang="en" suppressHydrationWarning>
3737
<head>
3838
<meta property="og:image" content={meetup.image} />
3939
<meta property="og:image:type" content="image/jpg" />

content/events-to-review/2022-02-20-topics_for_socratic_seminar_4.md

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

content/events-to-review/2022-03-23-bitcoin_socratic_seminar_5.md

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

content/events-to-review/2022-04-27-bitcoin_socratic_seminar_6.md

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

0 commit comments

Comments
 (0)