Skip to content

Commit ee873f6

Browse files
PxlSylPxlSyl
PxlSyl
authored and
PxlSyl
committed
fix
1 parent b09a705 commit ee873f6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.env.example

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ NEXT_PUBLIC_GISCUS_CATEGORY=
55
NEXT_PUBLIC_GISCUS_CATEGORY_ID=
66
NEXT_PUBLIC_UTTERANCES_REPO=
77
NEXT_PUBLIC_DISQUS_SHORTNAME=
8-
# Form spree support
9-
NEXT_FORMSPREE_KEY=
108

119
NEXT_UMAMI_ID=
1210

data/siteMetadata.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ const siteMetadata = {
8989
},
9090
// formspree support :
9191
//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
92+
// if set to true, get a free account there : https://formspree.io/ and go to read.me doc
9493
formspree: true,
94+
// waline support
9595
iswaline: false,
9696
walineServer: '',
9797
}

0 commit comments

Comments
 (0)