remove splat route - doesn't work with nginx?
This commit is contained in:
parent
cd51223c68
commit
2103706c99
@ -5,9 +5,9 @@ import { navigate } from "gatsby";
|
|||||||
import { Helmet } from "react-helmet";
|
import { Helmet } from "react-helmet";
|
||||||
import { Picker, Item } from "@adobe/react-spectrum";
|
import { Picker, Item } from "@adobe/react-spectrum";
|
||||||
|
|
||||||
import MasonryGallery from "../../components/MasonryGallery";
|
import MasonryGallery from "../components/MasonryGallery";
|
||||||
import KeywordsPicker from "../../components/KeywordsPicker";
|
import KeywordsPicker from "../components/KeywordsPicker";
|
||||||
import { getGalleryPageUrl } from "../../utils";
|
import { getGalleryPageUrl } from "../utils";
|
||||||
|
|
||||||
const SORT_KEYS = {
|
const SORT_KEYS = {
|
||||||
hue: ["fields", "imageMeta", "vibrantHue"],
|
hue: ["fields", "imageMeta", "vibrantHue"],
|
Loading…
x
Reference in New Issue
Block a user