Fix twitter share URL issue

This commit is contained in:
Kamran Ahmed
2019-11-14 21:26:01 +04:00
parent 9e23439f0c
commit b46b425b41
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"license": "BSD-4-Clause",
"scripts": {
"dev": "next",
"html": "next build && next export && echo 'roadmap.sh' > out/CNAME && '' > out/.nojekyll",
"html": "next build && next export && echo 'roadmap.sh' > out/CNAME && echo '' > out/.nojekyll",
"serve:out": "serve out",
"sitemap": "node scripts/sitemap.js",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d out",