diff --git a/pages/blogs/intermediate-sql-for-data-scientists.jsx b/pages/blogs/intermediate-sql-for-data-scientists.jsx index 95b9b11..5ea5f20 100644 --- a/pages/blogs/intermediate-sql-for-data-scientists.jsx +++ b/pages/blogs/intermediate-sql-for-data-scientists.jsx @@ -3,7 +3,7 @@ import { Fade } from "react-awesome-reveal"; import { Box, Typography } from "@mui/material"; import SyntaxHighlighter from "react-syntax-highlighter"; import { docco } from "react-syntax-highlighter/dist/cjs/styles/hljs/docco"; -import BlogAuthor from "@/components/specific/BlogAuthor"; +import BlogAuthor from "../components/specific/BlogAuthor"; export default function BlogContent() { return (