You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying templates (like templates/documentation.jsx) and overriding them with gatsby-config options still requires some fix ups in the copied file, maybe we could add some comments/documentation on how exactly to do that?
Ideally, we change the templates to not use local imports. If that is done the imports won't have to be changed when copying.
I believe the duplicated gatsby query error can be ignored (as both queries are identical). But this should at least be explained in the docs.
The text was updated successfully, but these errors were encountered:
Copying templates (like
templates/documentation.jsx
) and overriding them withgatsby-config
options still requires some fix ups in the copied file, maybe we could add some comments/documentation on how exactly to do that?The text was updated successfully, but these errors were encountered: