diff --git a/pages/galleryimages/[galleryImage].js b/pages/galleryimages/[galleryImage].js index a86b452..11b36c9 100755 --- a/pages/galleryimages/[galleryImage].js +++ b/pages/galleryimages/[galleryImage].js @@ -4,14 +4,21 @@ import getConfig from 'next/config' import "../../components/main.js" import Layout from "../../components/main.js" import { getAllGalleryImages, getGalleryImage } from "../../data/external/cms.js"; +import config from "../../data/internal/config" -const galleryImage = ({pagedata, imageDetails, basepath} ) => { +const galleryImage = ({pagedata, imageDetails, basepath, config} ) => { if(!imageDetails) return null return ( - + + + + + + +