This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Up and running, just not fully generating
New features:
path
is now added to page content data. This is different frompermalink
, as it specifies the entire file's url path, including any nested route paths.
API changes:
- No need to mentally serialize the route name yourself anymore.
routes
now accepts the page routepath
rather than thename
. baseURL
is now astring
. You can dynamically set it usingenv
variables.
Fixes:
- Fix for multiple content types that which causing route paths to conflict (Fixes #31).
Notes:
Currently there are two live versions of sites using Nuxtent nuxtent docs and ency docs, which were used for testing.
However, these sites were deployed as apps, because npm run generate
does not run serverMiddleware
and payload
passed to nested routes does not persist if page is refreshed. Thus, we will need to submit issue for Nuxt to run it or build on top of Nuxt's generate command. Resolution will be tracked in issue #22.
The other problem is that the usage of Nuxtent markdown components are only fully compatible with alpha 3
version of Nuxt until issue #34 is fixed.