Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Apr 11, 2024
1 parent 219d232 commit 05ad17c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/county/[county]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const CountyPage: React.FC<CountyRouteProps> = async ({ params }) => {
const county = params.county
const countyDataPath = path.join(process.cwd(), "public", "data", `county_summary_stats.msgpack`)
const contentPaths = [
path.join(process.cwd(), "nav", `page`),
path.join(process.cwd(), "content", `page`),
path.join(process.cwd(), "public", `page`),
path.join(process.cwd(), "content", 'nav'),
path.join(process.cwd(), "content", 'page'),
path.join(process.cwd(), "content", 'posts'),
]
// fs read files in contentPath
try {
Expand Down

0 comments on commit 05ad17c

Please sign in to comment.