Skip to content

Commit

Permalink
fix(docs): fix missing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 26, 2024
1 parent 8f5f20e commit 3d3c7b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import remarkMdxFrontmatter from "remark-mdx-frontmatter";
/** @type {import("next").NextConfig} */
const nextConfig = {
output: "export",
basePath: "flow",
pageExtensions: ["js", "jsx", "mdx", "ts", "tsx", "example"],
webpack: (config, _) => {
config.module.rules.push({
Expand Down

0 comments on commit 3d3c7b7

Please sign in to comment.