strapi-layout-plugin 1.0.14 → 1.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strapi-layout-plugin",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Strapi layout engine plugin for Sitecore-like routing",
5
5
  "strapi": {
6
6
  "name": "strapi-layout-plugin",
@@ -18,7 +18,7 @@
18
18
  "attributes": {
19
19
  "siteName": {
20
20
  "type": "string",
21
- "default": "Velox"
21
+ "default": "JD"
22
22
  },
23
23
  "defaultSeo": {
24
24
  "type": "component",
@@ -264,7 +264,7 @@ module.exports = ({ strapi }) => ({
264
264
  }
265
265
  });
266
266
 
267
- const siteName = globalLayout?.siteName || "Velox";
267
+ const siteName = globalLayout?.siteName || "JD";
268
268
  const language = page.locale || requestedLocale;
269
269
  const { sections } = page;
270
270