-
-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
Description
For some reason globals.title and globals.theme are not applied during build. After changing these fields in Directus, the changes are not seen after building the frontend.
In the page metadata, there remain references to 'AgencyOS', making it unsuitable for production.
For example:
<meta property="og:site_name" content="AgencyOS">
And:
<script type="application/ld+json" id="schema-org-graph" ... "@type":"WebSite","name":"AgencyOS", ... </script></body></html>
I'm new to Nuxt so I can't quite see where it is going wrong. Any suggestions?
NikZar