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
For Add New Post in Dashboard, can an image be posted without any image link be added in?
The text was updated successfully, but these errors were encountered:
i can connect to MongoDB just 1 time then I will have to restart my app?????
Sorry, something went wrong.
@philip06lee this works for me
/** @type {import('next').NextConfig} */ const nextConfig = { images:{ remotePatterns:[ { protocol:"https", hostname:"*" } ] } } module.exports = nextConfig
add this into next.config.js file
next.config.js
No branches or pull requests
For Add New Post in Dashboard, can an image be posted without any image link be added in?
The text was updated successfully, but these errors were encountered: