Skip to content
New issue

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

Fix static file serving in NX monorepo setup #296

Open
4 tasks
robert-s-hogan opened this issue Apr 23, 2024 · 1 comment
Open
4 tasks

Fix static file serving in NX monorepo setup #296

robert-s-hogan opened this issue Apr 23, 2024 · 1 comment

Comments

@robert-s-hogan
Copy link
Owner

We need to ensure that each Next.js app in our monorepo correctly serves its static files from the public directory. This task includes:

  • Verify for each app to ensure the public directory is correctly configured.
  • Audit all static file paths in the project to ensure they use absolute paths from the base URL.
  • Review any custom server configurations that might affect static file serving.
  • Adjust build and start scripts in or to accommodate multiple public directories.
@robert-s-hogan
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant