Push for 0.1.0

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-05-14 11:33:25 +02:00
parent a6c382fc8b
commit 4b56557d15
8 changed files with 64 additions and 153 deletions

View File

@@ -8,7 +8,7 @@ name = "athome"
default_platform = "web"
# `build` & `serve` dist path
out_dir = "dist"
out_dir = "docs"
# resource (assets) file folder
asset_dir = "assets"
@@ -16,7 +16,7 @@ asset_dir = "assets"
[web.app]
# HTML title tag content
title = "athome"
title = "Tuan-Dat Tran"
[web.watcher]