Skip to content

Commit

Permalink
fix: gatsby-ssr key 경고 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
doputer committed Feb 18, 2024
1 parent 27bbfc5 commit 7449d24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gatsby-ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ import { type GatsbySSR } from 'gatsby';

import Layout from './src/components/layout';

import 'katex/dist/katex.min.css';
import 'prismjs/themes/prism-tomorrow.min.css';
import './src/styles/global.css';

const scriptElement = [
React.createElement('script', {
key: 'ThemeScript',
dangerouslySetInnerHTML: {
__html: `
try {
Expand Down

0 comments on commit 7449d24

Please sign in to comment.