Skip to content

Commit

Permalink
fix: contents location, filename bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-iwamoto committed Apr 8, 2024
1 parent 28750a4 commit 991acaa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
"files": {
"ignore": ["node_modules", ".next", "src/contents.json"]
"ignore": ["node_modules", ".next", "src/data/contents.json"]
},
"organizeImports": {
"enabled": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev",
"build": "pnpm build:content && pnpm build:next",
"build:next": "next build",
"build:content": "tsx src/scripts/build-contents.ts",
"build:contents": "tsx src/scripts/build-contents.ts",
"start": "next start",
"check": "biome check .",
"check:apply": "biome check --apply .",
Expand Down
25 changes: 0 additions & 25 deletions src/contents.json

This file was deleted.

Loading

0 comments on commit 991acaa

Please sign in to comment.