diff --git a/src/pages/en/playbook.mdx b/src/pages/en/playbook.mdx index 31f4ca10..26f0f3de 100644 --- a/src/pages/en/playbook.mdx +++ b/src/pages/en/playbook.mdx @@ -15,6 +15,8 @@ import { } from "@components"; import LinkNewTab from "@components/LinkNewTab.astro" import Lightbox from "@components/Lightbox.astro" +import CommonUtils from "@util/CommonUtils"; +export const baseUrl = CommonUtils.getBaseUrl(false); Read the Playbook - +
diff --git a/src/pages/ua/playbook.mdx b/src/pages/ua/playbook.mdx index 47aed941..8e439866 100644 --- a/src/pages/ua/playbook.mdx +++ b/src/pages/ua/playbook.mdx @@ -15,6 +15,8 @@ import { } from "@components"; import LinkNewTab from "@components/LinkNewTab.astro" import Lightbox from "@components/Lightbox.astro" +import CommonUtils from "@util/CommonUtils"; +export const baseUrl = CommonUtils.getBaseUrl(false);
- Прочитайте практичний посібник - + Прочитайте практичний посібник +