Skip to content

Commit

Permalink
docs(nxdev): remove duplicate monacojs cdn (#9517)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Mar 25, 2022
1 parent 93a39ac commit 589bc37
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nx-dev/nx-dev/pages/_document.tsx
Expand Up @@ -31,13 +31,6 @@ export default function Document() {
href="/images/safari-pinned-tab.svg"
color="#5bbad5"
/>
{/* Workaround for https://github.com/suren-atoyan/monaco-react/issues/272 */}
<link
rel="stylesheet"
type="text/css"
data-name="vs/editor/editor.main"
href="https://cdn.jsdelivr.net/npm/monaco-editor@0.25.2/min/vs/editor/editor.main.css"
></link>
</Head>
<body>
<Main />
Expand Down

1 comment on commit 589bc37

@vercel
Copy link

@vercel vercel bot commented on 589bc37 Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.