Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
stevekrouse
markdownBlogStarter
Starter template for a markdown blog
Edit
Public
Remix
Close sidebar
markdownBlogStarter
Code
2
posts
1
H
index
Branches
1
Pull requests
Remixes
3
History
Environment variables
Search
main
Code
/
index
Code
/
index
1/21/2025
Viewing readonly version: 8
Revert to v8
View latest version
index
@8
HTTP
Preview
9
1
2
3
export
default
async
function
(
req
:
Request
)
:
Promise
<
Response
>
{
return
Response
.
json
(
{
ok
:
true
}
)
}
H
index
Copy
Open in new tab