We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clone this branch: https://github.com/andreasvirkus/cottage/tree/refactor/saber git clone git@github.com:andreasvirkus/cottage.git
git clone git@github.com:andreasvirkus/cottage.git
0.8.1
0.9
page: /:slug
saber.config.yml
permalinks: page: /:slug
/about
/contact
Running saber should compile the dev bundle and start up the development server.
saber
Saber returns the 404 page and you can only access those pages /about.html and /contact.html
/about.html
/contact.html
saber -v
npm
The text was updated successfully, but these errors were encountered:
should be saber-config.yml and saber-browser.js
saber-config.yml
saber-browser.js
Sorry, something went wrong.
🤦♂ Thank you, that was it...
No branches or pull requests
Bug report
Steps to reproduce
Clone this branch: https://github.com/andreasvirkus/cottage/tree/refactor/saber
git clone git@github.com:andreasvirkus/cottage.git
0.8.1
(since >0.9
has Fails to compile with 0.9.1 - @babel/runtime/generator module not found #483)page: /:slug
in yoursaber.config.yml
file/about
or/contact
What is expected?
Running
saber
should compile the dev bundle and start up the development server.What is actually happening?
Saber returns the 404 page and you can only access those pages
/about.html
and/contact.html
Other relevant information
saber -v
:0.8.1
npm
The text was updated successfully, but these errors were encountered: