Skip to content

Commit 78e9a62

Browse files
committed
Add Brave Rewards verification token
1 parent 187baf9 commit 78e9a62

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitkeep

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This is a Brave Rewards publisher verification file.
2+
3+
Domain: sharedrop.io
4+
Token: d463c371edd92de3a09b0ccf1ce8143b9ee7f8c5611734f7ab58e2b67934b4bb

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ app.use(compression());
4848
// Web server
4949
//
5050
base.forEach((dir) => {
51-
const subdirs = ['assets'];
51+
const subdirs = ['assets', '.well-known'];
5252

5353
subdirs.forEach((subdir) => {
5454
app.use(

0 commit comments

Comments
 (0)