Refactor page components

This commit is contained in:
Kamran Ahmed
2021-09-05 17:26:54 +02:00
parent d5b091a5ed
commit f03472127c
11 changed files with 23 additions and 23 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
NODE_ENV=prod next build
NODE_ENV=prod next export
next build
next export
echo 'roadmap.sh' > out/CNAME
touch out/.nojekyll