diff --git a/src/pages/photogallery/[...].js b/src/pages/photogallery.js
similarity index 97%
rename from src/pages/photogallery/[...].js
rename to src/pages/photogallery.js
index bcd9e1f..86514e4 100644
--- a/src/pages/photogallery/[...].js
+++ b/src/pages/photogallery.js
@@ -5,9 +5,9 @@ import { navigate } from "gatsby";
 import { Helmet } from "react-helmet";
 import { Picker, Item } from "@adobe/react-spectrum";
 
-import MasonryGallery from "../../components/MasonryGallery";
-import KeywordsPicker from "../../components/KeywordsPicker";
-import { getGalleryPageUrl } from "../../utils";
+import MasonryGallery from "../components/MasonryGallery";
+import KeywordsPicker from "../components/KeywordsPicker";
+import { getGalleryPageUrl } from "../utils";
 
 const SORT_KEYS = {
   hue: ["fields", "imageMeta", "vibrantHue"],