mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2025-11-15 04:40:24 +01:00
fixed slug paths
This commit is contained in:
parent
ee405f2f21
commit
4716d551bf
3 changed files with 7 additions and 7 deletions
|
|
@ -7,8 +7,8 @@ import Head from "next/head";
|
|||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import path from "path";
|
||||
import Layout from "../../components/Layout";
|
||||
import { gardenFilePath, GARDENS_PATH } from "../../utils/mdxUtils";
|
||||
import Layout from "../components/Layout";
|
||||
import { gardenFilePath, GARDENS_PATH } from "../utils/mdxUtils";
|
||||
|
||||
// Custom components/renderers to pass to MDX.
|
||||
// Since the MDX files aren't loaded by webpack, they have no knowledge of how
|
||||
Loading…
Add table
Add a link
Reference in a new issue