init token page

This commit is contained in:
samaradel
2021-04-05 14:54:30 +02:00
parent 59472a2e11
commit 7639c1d0ba
7 changed files with 61 additions and 9 deletions

View File

@@ -6,7 +6,8 @@
module.exports = {
siteName: 'ThreeFold',
plugins: [
pathPrefix: "threefold",
plugins: [
// Local models
{
@@ -493,7 +494,8 @@ module.exports = {
externalLinksTarget: '_blank',
externalLinksRel: ['nofollow', 'noopener', 'noreferrer'],
anchorClassName: 'icon icon-link',
plugins: [
pathPrefix: "threefold",
plugins: [
['gridsome-plugin-remark-prismjs-all', {
highlightClassName: "gridsome-highlight",
codeTitleClassName: "gridsome-code-title",