Skip to content
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
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ title: AntiSSRF Documentation
description: >- # this means to ignore newlines until "baseurl:"
Documentation for AntiSSRF - A security library that helps .NET and Node.js developers
protect their applications from Server-Side Request Forgery (SSRF) attacks.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "/AntiSSRF" # the subpath of your site, e.g. /blog
url: "https://microsoft.github.io" # the base hostname & protocol for your site, e.g. http://example.com

# Repository info for GitHub integration
gh_edit_repository: "https://github.com/Microsoft/AntiSSRF"
Expand Down
Loading