remove splat route - doesn't work with nginx?

This commit is contained in:
Chuck Dries 2022-07-10 18:26:48 -07:00
parent cd51223c68
commit 2103706c99
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -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"],