File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import Link from "next/link" ;
2- import { getPosts } from "../utils/mdxUtils " ;
2+ import { getPosts } from "../utils/mdx-utils " ;
33
44import Footer from "../components/Footer" ;
55import Header from "../components/Header" ;
66import Layout , { GradientBackground } from "../components/Layout" ;
77import ArrowIcon from "../components/ArrowIcon" ;
8- import { getGlobalData } from "../utils/globalData " ;
8+ import { getGlobalData } from "../utils/global-data " ;
99import SEO from "../components/SEO" ;
1010
1111export default function Index ( { posts, globalData } ) {
Original file line number Diff line number Diff line change 1- import { getGlobalData } from "../../utils/globalData " ;
1+ import { getGlobalData } from "../../utils/global-data " ;
22import {
33 getNextPostBySlug ,
44 getPostBySlug ,
55 getPreviousPostBySlug ,
66 postFilePaths ,
7- } from "../../utils/mdxUtils " ;
7+ } from "../../utils/mdx-utils " ;
88
99import { MDXRemote } from "next-mdx-remote" ;
1010import Head from "next/head" ;
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments