Override conflicting dependencies
This commit is contained in:
parent
495e8338b9
commit
291395f8d3
5 changed files with 703 additions and 703 deletions
|
|
@ -13,7 +13,7 @@ export const Layout: FC<PropsWithChildren> = ({ children }) => {
|
|||
const [cookies, setCookie] = useCookies(["cookieConsent"]);
|
||||
|
||||
const consentGranted = cookies.cookieConsent === "true";
|
||||
console.log({ val: process.env.LINK_EMBEDDED });
|
||||
|
||||
const {
|
||||
publicRuntimeConfig: { embedded },
|
||||
} = getConfig();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue