mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
weird hack to fix sitemaps
This commit is contained in:
parent
9f42a22983
commit
87f0325cb6
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
module.exports = {
|
||||
siteMetadata: require("./metadata"),
|
||||
pathPrefix: '__PATH_PREFIX__',
|
||||
pathPrefix: './.',
|
||||
plugins: [
|
||||
{
|
||||
resolve: `gatsby-plugin-runtime-path-prefix`,
|
||||
options: {
|
||||
prefix: `__PATH_PREFIX__`,
|
||||
prefix: `./.`,
|
||||
pattern: /^(\/(?:ipfs|ipns)\/[^/]+)/
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue