From d3ab4722b5db68f7ed834040ce2dad40b8004fb4 Mon Sep 17 00:00:00 2001 From: shiro Date: Sun, 28 Apr 2024 15:13:12 +0900 Subject: [PATCH] Update article --- .../article.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/articles/2024-04-28-deploying-a-solid-start-app-to-github-pages/article.mdx b/src/articles/2024-04-28-deploying-a-solid-start-app-to-github-pages/article.mdx index f093bda..2d841d2 100644 --- a/src/articles/2024-04-28-deploying-a-solid-start-app-to-github-pages/article.mdx +++ b/src/articles/2024-04-28-deploying-a-solid-start-app-to-github-pages/article.mdx @@ -215,6 +215,9 @@ caption="The workflow finished successfully" /> Let's try opening the page and ensuring everything works as it should. +Also check for any errors in the console and try clicking the button to increase the counter. +If the counter works, it means that JS hydrated successfully and client side Javascript works +as expected.