Skip to content

Commit d91d503

Browse files
authored
Merge pull request #285 from PaperMC/fix/vercel-attribution
Fix vercel attribution for hosting
2 parents 8ff7b15 + 3c91ce0 commit d91d503

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ inherit a license from any of the projects it represents.
6161
## Special Thanks
6262

6363
Preview and production hosting for this project has been provided for free by [Vercel]. Thank you!
64-
[![Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)][vercel]
64+
[![Vercel](static/img/powered-by-vercel.svg)][vercel]

config/footer.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const footer: Footer = {
4747
],
4848
},
4949
],
50-
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus. <a href="https://vercel.com/?utm_source=papermc&utm_campaign=oss" style="text-decoration:underline;color:inherit;">Powered by ▲ Vercel</a>`,
50+
copyright: `Copyright © ${new Date().getFullYear()} PaperMC and Contributors. Built with Docusaurus.<a href="https://vercel.com/?utm_source=papermc&utm_campaign=oss" style="text-decoration:underline;color:inherit;margin-top:10px;"><img src="/img/powered-by-vercel.svg" alt="vercel"/></a>`,
5151
};
5252

5353
export default footer;

src/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ html[data-theme="dark"] {
9595
.footer__copyright {
9696
color: var(--ifm-color-emphasis-900);
9797
font-size: 95%;
98+
display: flex;
99+
flex-direction: column;
98100
}
99101

100102
.footer__col {

static/img/powered-by-vercel.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)