Skip to content

Commit

Permalink
[fix] url
Browse files Browse the repository at this point in the history
  • Loading branch information
suu3 committed Mar 12, 2024
1 parent f82007e commit 7b0b1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* See: https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/
*/

import { POST_PER_PAGE } from "./src/constants"
import { POST_PER_PAGE } from "./src/constants/page"

const path = require(`path`)
const { createFilePath } = require(`gatsby-source-filesystem`)
Expand Down

0 comments on commit 7b0b1d8

Please sign in to comment.