@fishawack/lab-velocity 2.0.0-beta.19 → 2.0.0-beta.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -231,7 +231,7 @@ export function routes(node, name, properties = {}) {
231
231
 
232
232
  return [
233
233
  {
234
- path: `/${name}`,
234
+ path: `/${resource.pageLink}`,
235
235
  component: node ? "" : require("../resource/parent.vue").default,
236
236
  name,
237
237
  meta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "2.0.0-beta.19",
3
+ "version": "2.0.0-beta.20",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",