From 930f984ef720dc5fc4fb6d7a5671fc74c0e224c6 Mon Sep 17 00:00:00 2001 From: ariflogs Date: Mon, 4 Nov 2024 04:02:42 +0600 Subject: [PATCH 1/2] new domain in caddy --- infra/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/Caddyfile b/infra/Caddyfile index ea446ee..1690a66 100644 --- a/infra/Caddyfile +++ b/infra/Caddyfile @@ -1,3 +1,3 @@ -retroui.dev { +retroui.dev, www.retroui.dev { reverse_proxy retroui:3000 } \ No newline at end of file From 5cc8c15c057fc68635404856a976893cb27cc916 Mon Sep 17 00:00:00 2001 From: ariflogs Date: Thu, 7 Nov 2024 16:12:51 +0600 Subject: [PATCH 2/2] fixed README docs ref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc5362..609c949 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ RetroUI is a retro-styled Tailwind CSS component library for modern web apps. ### [Why Another UI Library?](https://www.youtube.com/watch?v=7goHwy6k3gU) -### [Documentation](https://ui.ariflogs.com/components) +### [Documentation](https://retroui.dev/docs) ### [Contributing Guide](./CONTRIBUTING.md)