We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663a45d + 191b9c3 commit 96d3bcdCopy full SHA for 96d3bcd
docs/_config.yml
@@ -1 +1,2 @@
1
+baseurl: /
2
repository: thephpleague/oauth2-client
docs/_data/project.yml
@@ -2,4 +2,4 @@ title: OAuth 2 Client
tagline: Easy integration with OAuth2 service providers
3
description:
4
google_analytics_tracking_id:
5
-base_href:
+base_href: /
docs/_layouts/default.html
@@ -12,9 +12,6 @@
12
{% if site.data.project.description %}
13
<meta name="description" content="{{ site.data.project.description }}">
14
{% endif %}
15
- {% if site.github.url %}
16
- <base href="{{ site.github.url }}">
17
- {% endif %}
18
{% if site.data.images.favicon %}
19
<link rel="icon" type="image/x-icon" href="{{ site.data.images.favicon }}" />
20
{% else %}
0 commit comments