zudoku 0.29.1 → 0.30.1

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.
@@ -1996,12 +1996,12 @@ const za = {
1996
1996
  }
1997
1997
  },
1998
1998
  getRoutes: () => {
1999
- const o = [null, ...s], d = (t.tagPages ?? []).map((l) => ({
1999
+ const o = s.length > 1 ? [null, ...s] : [null], d = (t.tagPages ?? []).map((l) => ({
2000
2000
  tag: l,
2001
2001
  path: ae(l)
2002
2002
  }));
2003
2003
  return o.map((l) => {
2004
- const c = R(a, l ? `/${l}` : "");
2004
+ const c = R(a, l);
2005
2005
  return {
2006
2006
  path: c,
2007
2007
  async lazy() {
@@ -2032,14 +2032,14 @@ const za = {
2032
2032
  {
2033
2033
  path: R(c, le),
2034
2034
  async lazy() {
2035
- const { OperationList: i } = await import("./OperationList-B3VX94x4.js");
2035
+ const { OperationList: i } = await import("./OperationList-CnYOgwBj.js");
2036
2036
  return { element: /* @__PURE__ */ e.jsx(i, { untagged: !0 }) };
2037
2037
  }
2038
2038
  },
2039
2039
  ...d.map((i) => ({
2040
2040
  path: R(c, i.path),
2041
2041
  async lazy() {
2042
- const { OperationList: p } = await import("./OperationList-B3VX94x4.js");
2042
+ const { OperationList: p } = await import("./OperationList-CnYOgwBj.js");
2043
2043
  return {
2044
2044
  element: /* @__PURE__ */ e.jsx(p, { tag: i.tag })
2045
2045
  };
@@ -2062,4 +2062,4 @@ export {
2062
2062
  Da as m,
2063
2063
  Ss as o
2064
2064
  };
2065
- //# sourceMappingURL=index-P0YUtHIb.js.map
2065
+ //# sourceMappingURL=index-CnKeVT2S.js.map