We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c610613 commit 9c6a7b3Copy full SHA for 9c6a7b3
apps/web/content/docs/guides/redwood-js.mdx
@@ -62,7 +62,7 @@ const flowbite = require("flowbite-react/tailwind");
62
module.exports = {
63
content: [
64
// ...
65
- flowbite.content({ dir: "../" }),
+ flowbite.content({ base: "../" }),
66
],
67
plugins: [
68
0 commit comments