Skip to content

Commit 96d3bcd

Browse files
authored
Merge pull request #769 from thephpleague/fix/docs-https-mixed
Set base href to match deployment
2 parents 663a45d + 191b9c3 commit 96d3bcd

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
baseurl: /
12
repository: thephpleague/oauth2-client

docs/_data/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ title: OAuth 2 Client
22
tagline: Easy integration with OAuth2 service providers
33
description:
44
google_analytics_tracking_id:
5-
base_href:
5+
base_href: /

docs/_layouts/default.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
{% if site.data.project.description %}
1313
<meta name="description" content="{{ site.data.project.description }}">
1414
{% endif %}
15-
{% if site.github.url %}
16-
<base href="{{ site.github.url }}">
17-
{% endif %}
1815
{% if site.data.images.favicon %}
1916
<link rel="icon" type="image/x-icon" href="{{ site.data.images.favicon }}" />
2017
{% else %}

0 commit comments

Comments
 (0)