fix: build-a konpontzen du

This commit is contained in:
2023-12-27 09:03:04 +01:00
parent b0da67af86
commit a825085856
4 changed files with 0 additions and 49 deletions

View File

@@ -6,13 +6,6 @@ module.exports = {
trailingSlash: 'never', trailingSlash: 'never',
plugins: [ plugins: [
'gatsby-plugin-react-helmet', 'gatsby-plugin-react-helmet',
{
resolve: `gatsby-source-filesystem`,
options: {
name: `images`,
path: `${__dirname}/src/images`,
},
},
{ {
resolve: 'gatsby-source-strapi-graphql', resolve: 'gatsby-source-strapi-graphql',
options: { options: {

View File

@@ -28,7 +28,6 @@
"gatsby-plugin-sharp": "^5.12.3", "gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3", "gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-webfonts": "^2.3.2", "gatsby-plugin-webfonts": "^2.3.2",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-source-strapi-graphql": "^6.1.2", "gatsby-source-strapi-graphql": "^6.1.2",
"gatsby-transformer-sharp": "^5.12.3", "gatsby-transformer-sharp": "^5.12.3",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",

View File

@@ -1,26 +0,0 @@
import React from 'react';
import { graphql, PageProps, useStaticQuery } from 'gatsby';
import { SEO } from '../components/SEO';
import { RegularPage } from '../views/RegularPage/RegularPage';
import { DataProps } from './pribatutasun-politika';
export const PribatutasunPolitika: React.FC<PageProps> = ({ location }) => {
const { strapiPribatutasunPolitika } = useStaticQuery<DataProps>(graphql`
{
strapiPribatutasunPolitika {
izenburua
edukia
}
}
`);
return (
<>
<SEO title={strapiPribatutasunPolitika.izenburua} location={location} />
<RegularPage content={strapiPribatutasunPolitika} />
</>
);
};

View File

@@ -10325,21 +10325,6 @@ gatsby-source-filesystem@^4.17.0:
valid-url "^1.0.9" valid-url "^1.0.9"
xstate "4.32.1" xstate "4.32.1"
gatsby-source-filesystem@^5.12.1:
version "5.13.0"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.0.tgz#33d6a5307a268a67c931dd3602d3e9150b597905"
integrity sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==
dependencies:
"@babel/runtime" "^7.20.13"
chokidar "^3.5.3"
file-type "^16.5.4"
fs-extra "^11.1.1"
gatsby-core-utils "^4.13.0"
mime "^3.0.0"
pretty-bytes "^5.6.0"
valid-url "^1.0.9"
xstate "^4.38.0"
gatsby-source-rest-api@^0.2.3: gatsby-source-rest-api@^0.2.3:
version "0.2.3" version "0.2.3"
resolved "https://registry.yarnpkg.com/gatsby-source-rest-api/-/gatsby-source-rest-api-0.2.3.tgz#1bbe2274a7ec686a5f07d0e5eabc84f537967287" resolved "https://registry.yarnpkg.com/gatsby-source-rest-api/-/gatsby-source-rest-api-0.2.3.tgz#1bbe2274a7ec686a5f07d0e5eabc84f537967287"