We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d84bc commit 33298b4Copy full SHA for 33298b4
1 file changed
website/docusaurus.config.js
@@ -51,7 +51,7 @@ const config = {
51
// Please change this to your repo.
52
// Remove this to remove the "edit this page" links.
53
editUrl:
54
- 'https://github.com/near-examples/nft-tutorial/tree/main/website/docs/',
+ 'https://github.com/near-examples/nft-tutorial/tree/main/website/',
55
},
56
theme: {
57
customCss: './src/css/custom.css',
@@ -68,7 +68,7 @@ const config = {
68
respectPrefersColorScheme: true,
69
70
navbar: {
71
- title: 'FT Tutorial',
+ title: 'NFT Tutorial',
72
logo: {
73
alt: 'NEAR Protocol',
74
src: "img/near_logo.svg",
0 commit comments