Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated baseurl to "" to fix redirect_from behavior #550

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
# in the templates via {{ site.myvariable }}.
title: "Data Commons Docs"
description: Data Commons Documentation
baseurl: ""
url: "https://docs.datacommons.org"
github_username: datacommonsorg
github_username: datacommonsorg
repository: datacommonsorg/docsite

# Build settings
Expand All @@ -29,7 +30,7 @@ plugins:
- jekyll-last-modified-at

last-modified-at:
date-format: '%B %d, %Y'
date-format: "%B %d, %Y"

sass:
style: compressed
Expand All @@ -47,4 +48,4 @@ exclude:
- vendor/ruby/
- STYLE_GUIDE.md

include: ['CNAME']
include: ["CNAME"]