@cubejs-backend/server-core 1.3.50 → 1.3.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,17 +2,17 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
6
- <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
7
- <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
5
+ <link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
6
+ <link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32">
7
+ <link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16">
8
8
  <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
9
- <link rel="stylesheet" href="/antd.min.css">
9
+ <link rel="stylesheet" href="./antd.min.css">
10
10
  <meta
11
11
  name="viewport"
12
12
  content="width=device-width, initial-scale=1, shrink-to-fit=no"
13
13
  />
14
14
  <meta name="theme-color" content="#000000" />
15
- <link rel="manifest" href="/manifest.json" />
15
+ <link rel="manifest" href="./manifest.json" />
16
16
  <style>
17
17
  #playground-root {
18
18
  height: 100%;
@@ -23,8 +23,8 @@
23
23
  }
24
24
  </style>
25
25
  <title>Cube Playground</title>
26
- <script type="module" crossorigin src="/assets/index-D9oLpbDA.js"></script>
27
- <link rel="stylesheet" crossorigin href="/assets/index-kgBp1eWM.css">
26
+ <script type="module" crossorigin src="./assets/index-CtgxHsvw.js"></script>
27
+ <link rel="stylesheet" crossorigin href="./assets/index-kgBp1eWM.css">
28
28
  </head>
29
29
  <body>
30
30
  <noscript>You need to enable JavaScript to run this app.</noscript>