Skip to content

Commit 8954f01

Browse files
committed
Add ads.txt
1 parent 4156d8a commit 8954f01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/ads.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google.com, pub-5000712498982649, DIRECT, f08c47fec0942fa0

server.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ process.env.PWD = process.cwd();
1717
app.use('/workers', express.static(__dirname + '/dist/workers'));
1818
app.use('/static/images', express.static(__dirname + '/public/images'));
1919
app.use('/static/semantic', express.static(__dirname + '/public/semantic'));
20+
app.use('/ads.txt', express.static(__dirname + '/public/ads.txt'));
2021

2122
app.get('/', function (req, res) {
2223
res.sendFile(__dirname + '/dist/index.html');

0 commit comments

Comments
 (0)