Alexander Kachkaev
Alexander Kachkaev
Great news on seeing `2.0.0-rc.1` in [releases](https://github.com/pedronauck/docz/releases)! π @pedronauck given the migration to Gatsby, is the app now deployable to an arbitrary directory? Will routing work?
@rakannimer Glad to see that this issue was labelled with [![label: v2][~v2]](https://github.com/doczjs/docz/labels/v2), which brings hope π Does hash routing still require any input from docz team or can developers get...
Defining a specific base at build time is limiting, unless it can be equal to `.` [like in CRA](https://create-react-app.dev/docs/deployment#serving-the-same-build-from-different-paths). In our CI/CD pipelines, we do not know in advance where...
This issue is not stale. Our team is still stuck with 0.13.x because of it π
not stale, very topical (although blocked by upstream) π
Another confused user here π₯ I am switching a Yarn 3 project to Netlify, but canβt get cache working no matter what I try. The most rational move I could...
Thanks a lot for your reply @ZotyoNegentropics β your solution worked! All I had to do in my case was adding these lines to `netlify.toml`: ```diff [build] publish = ".next"...