diff --git a/pwa/gatsby-ssr.js b/pwa/gatsby-ssr.js
index 596676e5..584bf380 100644
--- a/pwa/gatsby-ssr.js
+++ b/pwa/gatsby-ssr.js
@@ -36,7 +36,7 @@ export const onRenderBody = ({ setHeadComponents, setPostBodyComponents }) => {
src={window.sessionStorage.getItem("ANALYTICS_URL")}
/>
) : (
-
+
),
];
setHeadComponents(HeadComponents);
diff --git a/pwa/src/hooks/htmlParser/anchor/getAnchor.tsx b/pwa/src/hooks/htmlParser/anchor/getAnchor.tsx
index 8c72c060..d84f99af 100644
--- a/pwa/src/hooks/htmlParser/anchor/getAnchor.tsx
+++ b/pwa/src/hooks/htmlParser/anchor/getAnchor.tsx
@@ -3,13 +3,13 @@ import _ from "lodash";
import { Link } from "@utrecht/component-library-react/dist/css-module";
import { navigate } from "gatsby";
import { domToReact } from "html-react-parser";
-import { TGitHubDirectory } from "../../useGitHubDirectories";
+import { TMarkdownDirectory } from "../../useMarkdownDirectories";
export const getAnchor = (
props: any,
children: any,
options: any,
- directories: TGitHubDirectory[],
+ directories: TMarkdownDirectory[],
location: string,
) => {
const conditions = ["://", "tel:", "mailto:"];
@@ -55,7 +55,7 @@ export const getAnchor = (
return {domToReact(children, options)};
};
-const handleInternalLinks = (props: any, targetFile: string, location: string, directories: TGitHubDirectory[]) => {
+const handleInternalLinks = (props: any, targetFile: string, location: string, directories: TMarkdownDirectory[]) => {
// Internal Links: same directory
if (!props.href.includes("/")) {
const targetDirectory = _.upperFirst(location.split("/").reverse()[1]);
diff --git a/pwa/src/styling/index.css b/pwa/src/styling/index.css
index 6934729c..b0e1e72b 100644
--- a/pwa/src/styling/index.css
+++ b/pwa/src/styling/index.css
@@ -38,7 +38,7 @@
@import "../../node_modules/@nl-design-system-unstable/leidschendam-voorburg-design-tokens/dist/index.css";
@import "../../node_modules/@nl-design-system-unstable/nijmegen-design-tokens/dist/index.css";
@import "../../node_modules/@nl-design-system-unstable/noordoostpolder-design-tokens/dist/index.css";
-@import "../../node_modules/@nl-design-system-unstable/provincie-zuid-holland-design-tokens/dist/index.css";
+/* @import "../../node_modules/@nl-design-system-unstable/provincie-zuid-holland-design-tokens/dist/index.css"; */
/* @import "../../node_modules/@nl-design-system-unstable/riddeliemers-design-tokens/dist/index.css"; */ /* Import errors */
@import "../../node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css";
@import "../../node_modules/@nl-design-system-unstable/stedebroec-design-tokens/dist/index.css";