Closed m0dh4x closed 6 years ago
if you use the:
seagull add page testpage --path testpage
the URL localhost:3000/tespage does not load the rendered html because the path string does not have a slash.
Is it possible to add a default slash if not slash is entered in the add page command?
This is a really good first issue! Have a look at the CLI commands under /add/* and ensure a prefix for the parameter. just doublecheck that the tests are still running
/add/*
if you use the:
seagull add page testpage --path testpage
the URL localhost:3000/tespage does not load the rendered html because the path string does not have a slash.
Is it possible to add a default slash if not slash is entered in the add page command?