Internationalization can serve your site in many languages.
You can internationalize some of the string values that would otherwise be found in your site config in nuxt.config.ts
. These will take priority over the values found there.
{
"nuxtSiteConfig": {
"name": "My Awesome Site",
"description": "Where I put all my cool stuff!",
"copyright": "Copyright © All rights reserved",
}
}
{
"content": {
"collections": {
"pages": "Pages"
}
}
}
Copyright © All rights reserved
Hero Patterns by Steve Schoger (CC By 4.0)