Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h1, h2, h3, h4, h5 tag working in development but not in production build #28

Closed
shadmanhere opened this issue Oct 5, 2022 · 0 comments

Comments

@shadmanhere
Copy link
Collaborator

h1, h2, h3, h4, and h5 tags are working in development but not in the production build.

development production
Screenshot 2022-10-05 at 22-46-23 Issue Finder Screenshot 2022-10-05 at 22-46-36 Issue Finder

How to recreate this bug?

  • to view in the development mode run npm start in the terminal.
  • to view in production mode run npm run build in the terminal and then serve the build you get in the build folder.
    • to serve run npm install -g serve followed by serve -s build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant