@strapi/admin 4.13.3 → 4.13.5
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.
- package/admin/src/index.js +7 -1
- package/build/{Admin-authenticatedApp.796792a8.chunk.js → Admin-authenticatedApp.3c6f7f3c.chunk.js} +1 -1
- package/build/index.html +1 -1
- package/build/{main.0b88b960.js → main.50652367.js} +76 -76
- package/build/{runtime~main.d2b8d4a1.js → runtime~main.6304468f.js} +1 -1
- package/package.json +8 -8
package/admin/src/index.js
CHANGED
|
@@ -8,7 +8,13 @@ import plugins from './plugins';
|
|
|
8
8
|
import appReducers from './reducers';
|
|
9
9
|
|
|
10
10
|
window.strapi = {
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* This ENV variable is passed from the strapi instance, by default no url is set
|
|
13
|
+
* in the config and therefore the instance returns you an empty string so URLs are relative.
|
|
14
|
+
*
|
|
15
|
+
* To ensure that the backendURL is always set, we use the window.location.origin as a fallback.
|
|
16
|
+
*/
|
|
17
|
+
backendURL: process.env.STRAPI_ADMIN_BACKEND_URL || window.location.origin,
|
|
12
18
|
isEE: false,
|
|
13
19
|
telemetryDisabled: process.env.STRAPI_TELEMETRY_DISABLED ?? false,
|
|
14
20
|
features: {
|
package/build/{Admin-authenticatedApp.796792a8.chunk.js → Admin-authenticatedApp.3c6f7f3c.chunk.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[801],{7805:function(z,I,n){n.r(I),n.d(I,{default:function(){return _t}});var e=n(32735),o=n(45509),Z=n(33795),U=n.n(Z),C=n(20108),P={i8:"4.13.
|
|
1
|
+
"use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[801],{7805:function(z,I,n){n.r(I),n.d(I,{default:function(){return _t}});var e=n(32735),o=n(45509),Z=n(33795),U=n.n(Z),C=n(20108),P={i8:"4.13.5"},D=n(79652),x=n(90869),b=n(87107),B=n(71933),p=n(87933),f=n(49372),v=n(72850),ae=n(50563),se=n(76437),oe=n(3685),Oe=n(98275),xe=n(33475),Q=n(41415),H=n(35331),re=n(92802),W=n(67879),S=n(8471),Y=n(24346),ke=n(22773);const Ne=(0,S.ZP)(b.g)`
|
|
2
2
|
height: ${32/16}rem;
|
|
3
3
|
width: ${32/16}rem;
|
|
4
4
|
|
package/build/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="mobile-web-app-capable" content="yes"/><title>Strapi Admin</title><script defer="defer" src="/admin/runtime~main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="mobile-web-app-capable" content="yes"/><title>Strapi Admin</title><script defer="defer" src="/admin/runtime~main.6304468f.js"></script><script defer="defer" src="/admin/main.50652367.js"></script></head><body><div style="min-height:100%" id="app"></div></body></html>
|