Skip to content

Commit 32af81a

Browse files
fix: generate sitemap.xml for GitHub pages
1 parent b540d15 commit 32af81a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/use-cases/hemingway-technique.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ back and forth with Claude in planning mode for about 5 minutes to develop an
2323
implementation plan I like. When I approve the plan, Claude gets to work while I
2424
put my phone on the charger.
2525

26+
```text
27+
bedtime agent
28+
```
29+
2630
When I wake up, I have a notification from Claude Code "4 files to review, 237
2731
lines of code added". Something nice and small to start my day. Having Claude
2832
Code on my phone is key because previously, to leave something unfinished for

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind && next-sitemap",
9-
"export": "next build",
9+
"export": "next build && pagefind --site .next/server/app --output-path out/_pagefind && next-sitemap",
1010
"start": "next start",
1111
"lint": "next lint",
1212
"composite-video": "npx tsx scripts/generate-realtime-sync-demo-video.ts"

0 commit comments

Comments
 (0)