Skip to content

Commit

Permalink
Merge pull request #18 from webbio/fix/JL-136_internal_links
Browse files Browse the repository at this point in the history
fix: internal links plugin
  • Loading branch information
hayedewit authored Oct 23, 2023
2 parents 17b17d6 + d85c4bc commit b081d86
Show file tree
Hide file tree
Showing 18 changed files with 24,376 additions and 1,642 deletions.
5 changes: 4 additions & 1 deletion config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default ({ env }) => {
config: {
environment: 'test',
pageBuilder: {
enabled: true
enabled: false
},
domains: {
default: {
Expand All @@ -16,6 +16,9 @@ export default ({ env }) => {
}
}
},
tiptap: {
enabled: true
},
graphql: {
enabled: true,
config: {
Expand Down
Loading

0 comments on commit b081d86

Please sign in to comment.