Skip to content

docs: fix baseurl for github pages routing#10

Merged
416rehman merged 1 commit into
mainfrom
fix/docs-baseurl
Apr 28, 2026
Merged

docs: fix baseurl for github pages routing#10
416rehman merged 1 commit into
mainfrom
fix/docs-baseurl

Conversation

@416rehman

Copy link
Copy Markdown
Owner

What does this PR do?

Related issues

How to test

Checklist

  • ruff check . and ruff format --check . pass
  • bandit -ll -ii -c pyproject.toml -r . passes
  • pytest passes
  • Tests added/updated if needed

Copilot AI review requested due to automatic review settings April 28, 2026 04:50
@416rehman
416rehman merged commit eb0e775 into main Apr 28, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the Jekyll docs site configuration to improve GitHub Pages routing by setting a repository baseurl.

Changes:

  • Set baseurl to /DeepZero in docs/_config.yml.
  • Change url in docs/_config.yml to https://blog.ahmadz.ai.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/_config.yml
baseurl: ""
url: "https://416rehman.github.io/DeepZero"
baseurl: "/DeepZero"
url: "https://blog.ahmadz.ai"
Comment thread docs/_config.yml
baseurl: ""
url: "https://416rehman.github.io/DeepZero"
baseurl: "/DeepZero"
url: "https://blog.ahmadz.ai"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants