Skip to content

Commit 6d51f2a

Browse files
committed
Fix baseurl
1 parent cc27594 commit 6d51f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
title: C2PA Node.js library
22
description: >- # this means to ignore newlines until "baseurl:"
33
API documentation for the Content Authenticity Initiative Node.js library.
4-
baseurl: "" # the subpath of your site, e.g. /blog
5-
url: "https://crandmck.github.io/c2pa-node-v2/" # the base hostname & protocol for your site, e.g. http://example.com
4+
baseurl: "/c2pa-node-v2" # the subpath of your site, e.g. /blog
5+
url: "https://crandmck.github.io" # the base hostname & protocol for your site, e.g. http://example.com
66

77
# Build settings
88
remote_theme: "jekyll/minima@1e8a445"

0 commit comments

Comments
 (0)