kevinjqliu commented on issue #178: URL: https://github.com/apache/datafusion-site/issues/178#issuecomment-4416488839
Opened #179, which adds `output: 'blog'` to `publish-site.yml` so build output goes to `blog/` instead of `output/`, matching what `.asf.yaml` expects. This eliminates the need for the `.htaccess` rewrite rules that were causing the `/output/` redirect. Once #179 is merged and deployed, I'll verify that `blog/` and `output/` have identical content on the `asf-site` branch. After that, we can merge #180 (targeting the `asf-site` branch), which removes the stale `output/` directory and simplifies `.htaccess` to just the CSP directive. After both PRs land, blog posts with version numbers in their slugs should redirect correctly — e.g. `datafusion-53.0.0` will go to https://datafusion.apache.org/blog/2026/04/02/datafusion-53.0.0/ instead of https://datafusion.apache.org/blog/output/2026/04/02/datafusion-53.0.0/. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
