Closed skogsmaskin closed 5 years ago
Since the Netlify site API returned 401s when asking for a Site deployed from a private repository, we need to rely solely on config.
The config has chaged like this:
What previously was site.name is now the actual Netlify name for the site (i.e. sanity-gatsby-blog-20-studio)
site.name
sanity-gatsby-blog-20-studio
What was site.name before is not site.title (custom overridable title for the site).
site.title
Since the Netlify site API returned 401s when asking for a Site deployed from a private repository, we need to rely solely on config.
The config has chaged like this:
What previously was
site.name
is now the actual Netlify name for the site (i.e.sanity-gatsby-blog-20-studio
)What was
site.name
before is notsite.title
(custom overridable title for the site).