Remove netlify config

Not used.
This commit is contained in:
Franck Royer 2022-06-17 16:30:37 +10:00
parent 04fbc55fdf
commit 856ca8c148
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
[build]
publish = "build/html/"
# Default build command.
command = '''
npm install
npm run build
npm run doc:html
cd examples/web-chat
npm install
npm run build
cd ../../
mkdir -p ./build/html
mv -v examples/web-chat/build ./build/html/js-waku
mv -v build/docs ./build/html/
'''
[[redirects]]
from = "/"
to = "/js-waku"
status = 200