diff --git a/README.md b/README.md
index bd93206c3..069b09109 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,4 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR
## Special Thanks
-_Vercel_ has given us a Pro account.
-
-
+A preview of Docsify's PR and develop branch is Powered by
diff --git a/docs/README.md b/docs/README.md
index 562446de5..63770a4e6 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -30,9 +30,3 @@ Please consider donating if you think docsify is helpful to you or that my work
## Community
Users and the development team are usually in the [Discord server](https://discord.gg/3NwKFyR).
-
-## Special Thanks
-
-_Vercel_ has given us a Pro account.
-
-
diff --git a/docs/_media/powered-by-vercel.svg b/docs/_media/powered-by-vercel.svg
new file mode 100644
index 000000000..877828684
--- /dev/null
+++ b/docs/_media/powered-by-vercel.svg
@@ -0,0 +1,6 @@
+
diff --git a/docs/index.html b/docs/index.html
index 6e172574a..e8ed4f156 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -197,16 +197,7 @@
'\n\n----\n\n' +
'Powered by docsify'
);
- }),
- hook.afterEach(function (html) {
- if (vm.route.path === '/') {
- return html;
- }
- return (
- html +
- ' Vercel has given us a Pro account '
- );
- });
+ })
},
],
};
diff --git a/index.html b/index.html
index b8e2fa011..1e112b233 100644
--- a/index.html
+++ b/index.html
@@ -106,7 +106,8 @@
editHtml +
html +
'\n\n----\n\n' +
- 'Powered by docsify'
+ 'Powered by docsify\n\n' +
+ ''
);
});
},