We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29143ff + 2834b5e commit 767f1b1Copy full SHA for 767f1b1
README.md
@@ -2,7 +2,7 @@
2
<a href="https://rundevs.vercel.app/" target="_blank">
3
<img width="80px" src="https://user-images.githubusercontent.com/88288135/183527055-94c3c060-f4c6-4d28-a1b7-46b0f3db5d45.png" />
4
</a>
5
- <h1>Rundevs</h1>
+ <h1>Rundev</h1>
6
</div>
7
8
This is the online markdown editor with live preview
assets/config.js
@@ -2,5 +2,5 @@
export default {
clientGitHub: process.env.GITHUB_CLIENT_ID || '',
clientGitHubSecret: process.env.GITHUB_CLIENT_SECRET || '',
- clientSecret: process.env.SECRET || ''
+ clientSecret: process.env.NEXTAUTH_SECRET || ''
}
0 commit comments