Landing page (#353)

* Landing page

* Change legal corp name, remove google from privacy policy, other fixes
This commit is contained in:
Geometrically
2022-02-16 17:39:48 -07:00
committed by GitHub
parent e91b0500c5
commit 51a9a7b75d
22 changed files with 535 additions and 187 deletions

View File

@@ -33,7 +33,7 @@ export default {
{
hid: 'publisher',
name: 'publisher',
content: 'Guavy LLC',
content: 'Rinth, Inc.',
},
{
hid: 'apple-mobile-web-app-title',
@@ -229,7 +229,7 @@ export default {
** See https://axios.nuxtjs.org/options
*/
axios: {
baseURL: 'https://staging-api.modrinth.com/v2/',
baseURL: 'https://api.modrinth.com/v2/',
headers: {
common: {
Accept: 'application/json',