-
Problem Description I'm using the Hinode template and encountering an issue when deploying it on Vercel. The generated site is in XML format instead of HTML format. I would like the site to be correctly rendered in HTML format. I have checked the configuration files and relevant documentation for the Hinode template but haven't been able to resolve the issue. Steps to Reproduce
Expected Result I expect the site deployed on Vercel to generate pages in HTML format. Actual Result The generated site is in XML format instead of HTML format. Attempted Solutions
Additional Information https://github.com/gusibi/sora-vedio log outputs, or code snippets. Building sites … WARN 2024/02/21 01:44:57 found no layout file for "HTML" for "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I checked your repository, but it looks like your site is misconfigured. I cannot start a local server, as Hugo enters in an infinite loop when downloading the modules. I'd recommend to follow the Hinode installation instructions. If you're not into automation, you can follow the |
Beta Was this translation helpful? Give feedback.
I have found the issue, it is related to the version of Hugo on Vercel. After specifying the version, the deployment was successful.
Thank you for your assistance.
I am very grateful.