diff --git a/src/components/GalleryImage/GalleryImage.js b/src/components/GalleryImage/GalleryImage.js
index 09ab735..b3bcb74 100644
--- a/src/components/GalleryImage/GalleryImage.js
+++ b/src/components/GalleryImage/GalleryImage.js
@@ -186,7 +186,7 @@ const GalleryImage = ({ data, location: { state } }) => {
to={`/photogallery/${prevImage}/`}
>
-
+
) : (
@@ -326,7 +326,7 @@ const GalleryImage = ({ data, location: { state } }) => {
to={`/photogallery/${nextImage}/`}
>
-
+
) : (
diff --git a/src/gatsby-types.d.ts b/src/gatsby-types.d.ts
index ab892a1..54c78f1 100644
--- a/src/gatsby-types.d.ts
+++ b/src/gatsby-types.d.ts
@@ -1679,13 +1679,17 @@ type Query_imageSharpArgs = {
type Query_siteArgs = {
buildTime: InputMaybe;
children: InputMaybe;
- graphqlTypegen: InputMaybe;
+ graphqlTypegen: InputMaybe;
host: InputMaybe;
id: InputMaybe;
internal: InputMaybe;
+ jsxRuntime: InputMaybe;
parent: InputMaybe;
+ pathPrefix: InputMaybe;
+ polyfill: InputMaybe;
port: InputMaybe;
siteMetadata: InputMaybe;
+ trailingSlash: InputMaybe;
};
@@ -1747,13 +1751,17 @@ type Query_sitePluginArgs = {
type Site = Node & {
readonly buildTime: Maybe;
readonly children: ReadonlyArray;
- readonly graphqlTypegen: Maybe;
+ readonly graphqlTypegen: Maybe;
readonly host: Maybe;
readonly id: Scalars['ID'];
readonly internal: Internal;
+ readonly jsxRuntime: Maybe;
readonly parent: Maybe;
+ readonly pathPrefix: Maybe;
+ readonly polyfill: Maybe;
readonly port: Maybe;
readonly siteMetadata: Maybe;
+ readonly trailingSlash: Maybe;
};
@@ -1938,25 +1946,33 @@ type SiteEdge = {
type SiteFieldSelector = {
readonly buildTime: InputMaybe;
readonly children: InputMaybe;
- readonly graphqlTypegen: InputMaybe;
+ readonly graphqlTypegen: InputMaybe;
readonly host: InputMaybe;
readonly id: InputMaybe;
readonly internal: InputMaybe;
+ readonly jsxRuntime: InputMaybe;
readonly parent: InputMaybe;
+ readonly pathPrefix: InputMaybe;
+ readonly polyfill: InputMaybe;
readonly port: InputMaybe;
readonly siteMetadata: InputMaybe;
+ readonly trailingSlash: InputMaybe;
};
type SiteFilterInput = {
readonly buildTime: InputMaybe;
readonly children: InputMaybe;
- readonly graphqlTypegen: InputMaybe;
+ readonly graphqlTypegen: InputMaybe;
readonly host: InputMaybe;
readonly id: InputMaybe;
readonly internal: InputMaybe;
+ readonly jsxRuntime: InputMaybe;
readonly parent: InputMaybe;
+ readonly pathPrefix: InputMaybe;
+ readonly polyfill: InputMaybe;
readonly port: InputMaybe;
readonly siteMetadata: InputMaybe;
+ readonly trailingSlash: InputMaybe;
};
type SiteFunction = Node & {
@@ -2101,6 +2117,26 @@ type SiteFunctionSortInput = {
readonly relativeCompiledFilePath: InputMaybe;
};
+type SiteGraphqlTypegen = {
+ readonly generateOnBuild: Maybe;
+ readonly typesOutputPath: Maybe;
+};
+
+type SiteGraphqlTypegenFieldSelector = {
+ readonly generateOnBuild: InputMaybe;
+ readonly typesOutputPath: InputMaybe;
+};
+
+type SiteGraphqlTypegenFilterInput = {
+ readonly generateOnBuild: InputMaybe;
+ readonly typesOutputPath: InputMaybe;
+};
+
+type SiteGraphqlTypegenSortInput = {
+ readonly generateOnBuild: InputMaybe;
+ readonly typesOutputPath: InputMaybe;
+};
+
type SiteGroupConnection = {
readonly distinct: ReadonlyArray;
readonly edges: ReadonlyArray;
@@ -2461,13 +2497,17 @@ type SiteSiteMetadataSortInput = {
type SiteSortInput = {
readonly buildTime: InputMaybe;
readonly children: InputMaybe;
- readonly graphqlTypegen: InputMaybe;
+ readonly graphqlTypegen: InputMaybe;
readonly host: InputMaybe;
readonly id: InputMaybe;
readonly internal: InputMaybe;
+ readonly jsxRuntime: InputMaybe;
readonly parent: InputMaybe;
+ readonly pathPrefix: InputMaybe;
+ readonly polyfill: InputMaybe;
readonly port: InputMaybe;
readonly siteMetadata: InputMaybe;
+ readonly trailingSlash: InputMaybe;
};
type SortOrderEnum =