We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09a705 commit ee873f6Copy full SHA for ee873f6
.env.example
@@ -5,8 +5,6 @@ NEXT_PUBLIC_GISCUS_CATEGORY=
5
NEXT_PUBLIC_GISCUS_CATEGORY_ID=
6
NEXT_PUBLIC_UTTERANCES_REPO=
7
NEXT_PUBLIC_DISQUS_SHORTNAME=
8
-# Form spree support
9
-NEXT_FORMSPREE_KEY=
10
11
NEXT_UMAMI_ID=
12
data/siteMetadata.js
@@ -89,9 +89,9 @@ const siteMetadata = {
89
},
90
// formspree support :
91
//if set to false, simple "mailto"
92
- // if set to true, get a free account there : https://formspree.io/
93
- // and fill the NEXT_FORMSPREE_KEY env variable with the key they provide to you
+ // if set to true, get a free account there : https://formspree.io/ and go to read.me doc
94
formspree: true,
+ // waline support
95
iswaline: false,
96
walineServer: '',
97
}
0 commit comments