Skip to content
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

Unable to change site-name and site-description. #10

Open
simondebbarma opened this issue Jun 13, 2019 · 1 comment
Open

Unable to change site-name and site-description. #10

simondebbarma opened this issue Jun 13, 2019 · 1 comment

Comments

@simondebbarma
Copy link

I tried the following ways to change the site name and description :

  1. Forestry - Theme config - Failed
  2. Editing VSCode
  • gridsome.config.js - Failed
  • theme.json - The Forestry edits show up but I redo it anyway. When testing other sections like hero, footer, and dark mode, it works just fine. - Failed

Also, when inspecting the site in my browser, I can manually change the title.

@bastianhilton
Copy link

bastianhilton commented Feb 10, 2020

This should get you on the right track if your still having this issue

<script> import Layout from '~/layouts/Default.vue' export default { components: { Layout }, metaInfo: { title: 'About Me' } } </script>

Had the same issue and this snippet fixed my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants