diff --git a/assets/images/.gitignore b/assets/images/.gitignore deleted file mode 100644 index 61ff636..0000000 --- a/assets/images/.gitignore +++ /dev/null @@ -1 +0,0 @@ -# sample file \ No newline at end of file diff --git a/gatsby-config.js b/gatsby-config.js index 2b6db5c..8d98feb 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -11,13 +11,6 @@ module.exports = { `gatsby-plugin-sharp`, `gatsby-transformer-sharp`, `gatsby-plugin-twitter`, - { - resolve: `gatsby-source-filesystem`, - options: { - name: `assets`, - path: `${__dirname}/assets`, - }, - }, { resolve: `gatsby-source-filesystem`, options: { diff --git a/src/components/fragment/Header.jsx b/src/components/fragment/Header.jsx index fcd659d..98d3749 100644 --- a/src/components/fragment/Header.jsx +++ b/src/components/fragment/Header.jsx @@ -1,10 +1,11 @@ import * as React from 'react'; +import { getSiteUrl } from '../utils/url-generator'; export default function Header() { return (