Skip to content

Commit

Permalink
no longer needed manual preconnect link
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev committed Oct 19, 2023
1 parent 555b76f commit 87db042
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dx-site/src/html.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export default class extends React.Component {
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.42.0/codemirror.min.css" type="text/css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.42.0/addon/fold/foldgutter.min.css" type="text/css" rel="stylesheet" />
<link rel="preconnect" href="https://matomo.devexpress.com" />
<link rel="dns-prefetch" href="https://matomo.devexpress.com" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" />
</head>
<body>
Expand Down

0 comments on commit 87db042

Please sign in to comment.