diff --git a/deno.json b/deno.json index 44c1ad0..44995da 100644 --- a/deno.json +++ b/deno.json @@ -3,7 +3,7 @@ "tasks": { "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", "start": "deno run -A --watch=static/,routes/ dev.ts utility.ts", - "build": "deno run -A --unstable utility.ts dev.ts build", + "build": "deno run -A utility.ts dev.ts build", "preview": "deno run -A main.ts", "update": "deno run -A -r https://fresh.deno.dev/update ." }, diff --git a/splitted/posted-image-01.png b/splitted/posted-image-01.png deleted file mode 100644 index 156b1f0..0000000 Binary files a/splitted/posted-image-01.png and /dev/null differ