We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
orama_db.json
dist/client
The Orama Astro Plugin generates the orama_db.json file in the root dist folder, when ideally it should be generating it in the dist/client folder
dist
getOramaDB("...")
The expected behaviour is that the orama_db.json file should be placed in this path dist/client/assets/orama_db.json
dist/client/assets/orama_db.json
OS: Ubuntu 22.04 Node: 21 @orama/plugin-astro: 2.0.7
Environment/OS
It's an incredibly simple fix, we just need to use dir instead of config.outDir. I'll draft a pr for fixing this
dir
config.outDir
PR #639
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The Orama Astro Plugin generates the orama_db.json file in the root
dist
folder, when ideally it should be generating it in thedist/client
folderTo Reproduce
getOramaDB("...")
using the Astro pluginorama_db.json
doesn't existExpected behavior
The expected behaviour is that the
orama_db.json
file should be placed in this pathdist/client/assets/orama_db.json
Environment Info
Affected areas
Environment/OS
Additional context
It's an incredibly simple fix, we just need to use
dir
instead ofconfig.outDir
. I'll draft a pr for fixing thisPR #639
The text was updated successfully, but these errors were encountered: