Skip to content
Discussion options

You must be logged in to vote

oh I solved it by specifying experimental.outputFileTracingIncludes to next.config.mjs. Like bellow:

const nextConfig = {
  experimental: {
    outputFileTracingIncludes: {
      "/": ["./data/**/*"],
    },
  },
};

export default nextConfig;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JRH89
Comment options

Answer selected by mikeguo99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants