fix logos display

This commit is contained in:
Valentin
2024-10-11 14:43:21 +02:00
parent 55345ea6c4
commit 48672f9b4c
2 changed files with 5 additions and 1 deletions

View File

@@ -217,6 +217,8 @@ export const useContentStore = defineStore('content', {
this.map = map;
try {
const response = await REST.get(`/jsonapi/node/static/`);
console.log(response.data.data);
for (let page of response.data.data) {
if (page.attributes.drupal_internal__nid == nid) {
for (let metatag of page.attributes.metatag) {