From c0a0fc238759f8e4a0406dd35578e42d6ba655bc Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Mon, 24 Jun 2024 19:55:39 +0900 Subject: [PATCH] fix typo --- 1000h-portal/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1000h-portal/wrangler.toml b/1000h-portal/wrangler.toml index d93ea8d8..4bbe2133 100644 --- a/1000h-portal/wrangler.toml +++ b/1000h-portal/wrangler.toml @@ -5,4 +5,4 @@ workers_dev = false compatibility_date = "2023-03-23" [site] -bucket = "./output/public" \ No newline at end of file +bucket = "./.output/public" \ No newline at end of file