Skip to content

Commit

Permalink
Create Governance content folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhamasala committed Oct 7, 2024
1 parent 149b0eb commit 678b910
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ collections:

- name: "governance"
label: "Governance"
file: "src/content/pages/governance.md"
file: "src/content/pages/governance/governance.md"
preview_path: "governance"
fields:
- *header_config
Expand Down
2 changes: 1 addition & 1 deletion src/app/governance/govhub/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PATHS } from '@/constants/paths'
import { FILECOIN_FOUNDATION_URLS } from '@/constants/siteMetadata'

import { attributes } from '@/content/pages/govhub.md'
import { attributes } from '@/content/pages/governance/govhub.md'

import { graphicsData } from '@/data/graphicsData'

Expand Down
2 changes: 1 addition & 1 deletion src/app/governance/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PATHS } from '@/constants/paths'
import { FILECOIN_FOUNDATION_URLS } from '@/constants/siteMetadata'

import { attributes } from '@/content/pages/governance.md'
import { attributes } from '@/content/pages/governance/governance.md'

import { graphicsData } from '@/data/graphicsData'

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 678b910

Please sign in to comment.