yzeng25 opened a new issue, #1481: URL: https://github.com/apache/apisix-website/issues/1481
### Current State **Description of the current state/issue**: Blog "Accessing APISIX-Dashboard from Everywhere with Keycloak Authentication" was added into the website via https://github.com/apache/apisix-website/pull/1468. But it is not accessible after merging. **Link to the page**: none **Steps to reproduce** **Actual behavior** Take the most recent English post as an example, the href should be: https://apisix.apache.org/blog/2022/12/30/release-apache-apisix-3.1.0/, in which: - `https://apisix.apache.org/blog/` is the prefix, fixed value fore each and every blog; - `2022/12/30/release-apache-apisix-3.1.0/` is the suffix, is generated from the file name. After merging https://github.com/apache/apisix-website/pull/1468, the blog is not showing up on the Blog summary page. Accessing the actual href `https://apisix.apache.org/blog/2023/01/02/accessing_apisix-dashboard_from_everywhere_with_keycloak_authentication.md` gives a `300` status with a 'Mutiple Choice' notification, see image below.  Then, all three options from the multiple choices return 404. As a result, this blog is not accessible. **Expected behavior** 1. This blog shows up in the blog summary page. 2. This blog is accessible, i.e. click the link and jump to blog content page. **Screenshots (if relevant)**:  ### Desired State **Description of the change you are proposing**: 1. This blog shows up in the blog summary page. 2. This blog is accessible, i.e. click the link and jump to blog content page. I think fixing the header part should fix this issue. ### Would you like to fix this issue? No. Please assign another contributor -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
