saberland/saber




The issue has been closed
Setting default document title and meta description #555
egoist posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
Feature request
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
What problem does this feature solve?
Adding default <title>
and <meta name="description">
based on siteConfig.title
and siteConfig.description
in your Saber config file.
How should this be implemented in your opinion?
Adding them to root Vue instance: https://github.com/saberland/saber/blob/a485cf80b8267ece7f25e59706a260e26130105a/packages/saber/vue-app/create-app.js#L43