sass-template-common 0.1.28 → 0.1.30

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.
@@ -46,11 +46,8 @@ let Pn = {
46
46
  /// new NEXT_PUBLIC_CAPTCHA_KEY
47
47
  COMMENTS_CAPTCHA_API_KEY: "",
48
48
  /// originaly => COMMENTS_CAPTCHA_API_KEY
49
- CAPTCHA_KEY_V2: "",
49
+ CAPTCHA_KEY_V2: ""
50
50
  /// originaly => NEXT_PUBLIC_CAPTCHA_KEY_V2
51
- ASSETS_PREFIX: "",
52
- ASSETS_PATH: "",
53
- DEV: !1
54
51
  };
55
52
  function d9(e = {}) {
56
53
  Pn = { ...Pn, ...e };
@@ -1047,9 +1044,9 @@ function g9(e) {
1047
1044
  const ss = (e, t) => {
1048
1045
  const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
1049
1046
  return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
1050
- }, p9 = () => {
1051
- const { ASSETS_PREFIX: e, ASSETS_PATH: t, DEV: n } = z();
1052
- return n ? "src" : (e ?? "") + (t ?? "src");
1047
+ }, p9 = (e) => {
1048
+ const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: s = !1 } = e;
1049
+ return s ? "src" : t + n;
1053
1050
  }, Mo = { prerender: [
1054
1051
  { where: { and: [
1055
1052
  { href_matches: "/*(-|-t|-lb)([0-9]{8})(-|)([0-9]{4,6}).html" },