SSR not showing some CSS components that are being displayed on Localhost #33305
Unanswered
ActuallySam
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was building my portfolio website and it was going fine until I deployed it to GitHub and found that the page wasn't displaying properly and my Sidebar navigations were missing.
Note: The SiteMetadata from the gatsby-config.js is used by the TypeScript to render the information onto the Socials.tsx.
Here's the code:
gatsby-config.js
package.json
Socials.tsx (to import the values from gatsby-config.js)
`
import React from 'react';
`
Sides.tsx (to style the buttons)
`
import React from 'react';
import { Flex, Text } from '@chakra-ui/react';
`
Localhost images are given below:


SSR images (deployed website images) are given below:


Beta Was this translation helpful? Give feedback.
All reactions