Skip to content

Commit

Permalink
fix: base tag for github url
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Oct 20, 2023
1 parent cdb64da commit bf80295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default class MyDocument extends Document {
return (
<Html lang="en">
<Head>
<base href="https://xtools-at.github.io/smartcontract-ui/" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
Expand Down

0 comments on commit bf80295

Please sign in to comment.