Skip to content

Commit

Permalink
congtent
Browse files Browse the repository at this point in the history
  • Loading branch information
wolulcmit committed May 10, 2024
1 parent c2d3d6a commit 04d973f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion server/service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { uuid, Context } from "./deps.ts";

const kv = await Deno.openKv();
await kv.delete(["likes"]);

type Likes = {
value: {
Expand Down
2 changes: 1 addition & 1 deletion src/content/another.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ tags: pages

## Hello!

Here is another page, and it was fetched using Htmx and replaced into the #content area of this page.
Here is another page, and it was fetched using Htmx and replaced into the #content area of this page. If you inspect the network tab in a browser you'll see html handling page requests.

0 comments on commit 04d973f

Please sign in to comment.