remove flags
This commit is contained in:
parent
46d139b979
commit
bf7366deb2
|
@ -1,10 +1,6 @@
|
||||||
const { defaultIcons } = require("gatsby-plugin-manifest/common");
|
const { defaultIcons } = require("gatsby-plugin-manifest/common");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
flags: {
|
|
||||||
// PARALLEL_QUERY_RUNNING: true,
|
|
||||||
// PARALLEL_SOURCING: true,
|
|
||||||
},
|
|
||||||
siteMetadata: {
|
siteMetadata: {
|
||||||
title: `Skynet`,
|
title: `Skynet`,
|
||||||
description: `Skynet is a decentralized file sharing and content distribution protocol`,
|
description: `Skynet is a decentralized file sharing and content distribution protocol`,
|
||||||
|
|
Reference in New Issue