Skip to content

Commit

Permalink
Merge pull request #1982 from OctopusDeploy/sf/fix-404s
Browse files Browse the repository at this point in the history
Fix preload urls.
  • Loading branch information
steve-fenton-octopus authored Aug 29, 2023
2 parents a52f8af + ebde7b9 commit e916b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const OPEN_GRAPH = {
};

export const HEADER_SCRIPTS = `
<link rel="preload" href="/css/roboto-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/css/roboto-bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/docs/css/roboto-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/docs/css/roboto-bold.woff2" as="font" type="font/woff2" crossorigin>
<meta name="google-site-verification" content="nIbWsTU_ELqMnLNxIexH_s6ch3m-s_MaFnl5u8WoaRM" />
<script defer>
const whenActivated = new Promise((resolve) => {
Expand Down

0 comments on commit e916b3e

Please sign in to comment.