mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
CDN docs url changes (#8466)
Co-authored-by: bruno-sachin <bruno-sachin@brunos-MacBook-Air.local>
This commit is contained in:
@@ -18,7 +18,7 @@ import { brunoToOpenCollection } from '@usebruno/converters';
|
||||
import { sanitizeName } from 'utils/common/regex';
|
||||
import { escapeHtml } from 'utils/response';
|
||||
|
||||
const CDN_BASE_URL = 'https://cdn.opencollection.com';
|
||||
const CDN_BASE_URL = 'https://cdn.usebruno.com';
|
||||
|
||||
const FEATURES = [
|
||||
'Standalone HTML file - no server required',
|
||||
@@ -36,8 +36,8 @@ const buildHtmlDocument = (collectionName, escapedYamlContent) => `<!DOCTYPE htm
|
||||
body { margin: 0; padding: 0; }
|
||||
#opencollection-container { width: 100vw; height: 100vh; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="${CDN_BASE_URL}/docs.css">
|
||||
<script src="${CDN_BASE_URL}/docs.js"></script>
|
||||
<link rel="stylesheet" href="${CDN_BASE_URL}/docs/index.css">
|
||||
<script src="${CDN_BASE_URL}/docs/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="opencollection-container"></div>
|
||||
|
||||
Reference in New Issue
Block a user