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

Improve about page SEO #75

Open
Yukaii opened this issue Feb 23, 2022 · 3 comments · May be fixed by #78
Open

Improve about page SEO #75

Yukaii opened this issue Feb 23, 2022 · 3 comments · May be fixed by #78

Comments

@Yukaii
Copy link
Collaborator

Yukaii commented Feb 23, 2022

  • Enable SSG (static site generation)
  • Add FAQ content with GTM
@Yukaii
Copy link
Collaborator Author

Yukaii commented Feb 23, 2022

Find out SSG (target: static) is already enabled.

target: 'static',

@Yukaii
Copy link
Collaborator Author

Yukaii commented Feb 23, 2022

Found that full static mode must with ssr: true config

But with ssr on, nuxt generate would emit error:

/node_modules/echarts/core.js:20
export * from './lib/export/core.js';
^^^^^^

SyntaxError: Unexpected token 'export'

@Yukaii
Copy link
Collaborator Author

Yukaii commented Feb 23, 2022

@Yukaii Yukaii linked a pull request Feb 23, 2022 that will close this issue
@Yukaii Yukaii linked a pull request Feb 23, 2022 that will close this 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

Successfully merging a pull request may close this issue.

1 participant