Skip to content

Commit fecf779

Browse files
Added blog test and removed auto update of path
1 parent 9d8a5f0 commit fecf779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { GoogleAnalytics } from "@next/third-parties/google";
77

88
import SocialMediaButton from "../components/SocialMediaButton";
99

10-
import { links } from "../public/data/links";
10+
import { links } from "../data/links";
1111

1212
interface RootLayoutProps {
1313
children: ReactNode;

0 commit comments

Comments
 (0)