소스 검색

1.8 server

master
jefry 4 년 전
부모
커밋
8264bff04a
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      next.config.js
  2. +1
    -1
      pages/chart.js

+ 1
- 0
next.config.js 파일 보기

@@ -14,4 +14,5 @@ module.exports = withPlugins([[withSass], [withImages]], {
config.resolve.modules.push(path.resolve("./"));
return config;
},
generateEtags: false,
});

+ 1
- 1
pages/chart.js 파일 보기

@@ -14,7 +14,7 @@ import GridContainer from "components/Grid/GridContainer.js";
import GridItem from "components/Grid/GridItem.js";
// import SectionChart from "pages-sections/Components-Sections/SectionChart.js";
import Parallax from "components/Parallax/Parallax.js";
import styles from "assets/jss/nextjs-material-kit/pages/components.js";
import styles from "../assets/jss/nextjs-material-kit/pages/components.js";

const useStyles = makeStyles(styles);



불러오는 중...
취소
저장