diff --git a/next.config.js b/next.config.js index b50d2ee..b05a211 100644 --- a/next.config.js +++ b/next.config.js @@ -14,4 +14,5 @@ module.exports = withPlugins([[withSass], [withImages]], { config.resolve.modules.push(path.resolve("./")); return config; }, + generateEtags: false, }); diff --git a/pages/chart.js b/pages/chart.js index bbe03ed..d7ebe7c 100644 --- a/pages/chart.js +++ b/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);