Skip to content

Commit

Permalink
changing baseurl for review
Browse files Browse the repository at this point in the history
  • Loading branch information
csalas-yubico committed Dec 8, 2023
1 parent 4d4ff91 commit 4526c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
url: 'https://yubicolabs.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/secure-software-supply-chain-guide',
baseUrl: '/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ReactPlayer from "react-player";
const FeatureList = [
{
title: "Protection for every stage of your software supply chain",
image: "/secure-software-supply-chain-guide/img/full_flow.png",
image: "/img/full_flow.png",
description: (
<div>
<p>
Expand Down

0 comments on commit 4526c82

Please sign in to comment.