Hi everyone,
I’m building a simple 3-page website using Figma Make. The pages are: Home, About, and Blog.
The issue I'm facing is:
-
Accessing the root domain (www.*********.com) works fine.
-
However, when I try to go directly to a subpage like www.*********.com/blog or www.site.com/about, I get a 404 error.
-
Strangely, if I navigate using buttons from the homepage, the subpages load without any problem. So the pages do exist and work internally.
It seems like this might be a routing or rewrite issue, maybe related to how static sites are handled.
I’ve tried different prompt variations and structures but couldn’t solve the issue. What I want is simple:
When a user types www.**********.com/blog directly into the browser, the blog page should open without a 404 error.
Has anyone experienced this with Figma Make or knows how to solve it? Any help would be appreciated. Thanks in advance.