Skip to content

Commit

Permalink
Add assetPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalFish committed Feb 1, 2024
1 parent 8059c9a commit f2da557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const siteUrl = `https://summit.nextflow.io/2023/`;
const pathPrefix = `/2023`;
const path = require('path');
const prefix = `/2023`;

module.exports = {
siteMetadata: {
Expand All @@ -10,7 +9,8 @@ module.exports = {
siteUrl: siteUrl,
image: `/images/share-image.jpg`,
},
pathPrefix: pathPrefix,
pathPrefix: prefix,
assetPrefix: prefix,
plugins: [
`gatsby-plugin-react-helmet`,
{
Expand Down

0 comments on commit f2da557

Please sign in to comment.