diff --git a/.devcontainer.json b/.devcontainer.json index 23247402..a9fb30fc 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -63,5 +63,10 @@ "postCreateCommand": "npm install", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. - "remoteUser": "node" + "remoteUser": "node", + + //Remote env variable remoteEnv + "remoteEnv": { + "DOCUSAURUS_IGNORE_SSG_WARNINGS": "true" + } } diff --git a/package-lock.json b/package-lock.json index 9d5db782..679d04c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18809,4 +18809,4 @@ } } } -} \ No newline at end of file +}