-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issues with globals.title and globals.theme #126
Comments
当我想更改globals.theme时也遇到了同样的问题。以下是我的解决方法:
nuxt.config.ts
.env
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: