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
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
I tried to deploy hero-blog using --prefix-paths, so I checked source and resumed blanked parameter in gatsby-config.js.
pathPrefix: config.pathPrefix
But I found background image of Hero.js is not shown on deployed site.
my workaround on Hero.js is to add import {withPrefix} from 'gatsby'; and
fix three .hero styles (.hero, @from-width tablet {.hero}, and @from-width desktop { .hero}) like this
I tried to deploy hero-blog using --prefix-paths, so I checked source and resumed blanked parameter in gatsby-config.js.
But I found background image of Hero.js is not shown on deployed site.
my workaround on Hero.js is to add
import {withPrefix} from 'gatsby';
andfix three .hero styles (.hero, @from-width tablet {.hero}, and @from-width desktop { .hero}) like this
from
to
The text was updated successfully, but these errors were encountered: