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

Documentation issue: 'gotcha' for new users, staticExtensions in config file must be an array #187

Open
akira-kurogane opened this issue Oct 10, 2024 · 0 comments

Comments

@akira-kurogane
Copy link

If a user writes into the config file the obvious equivalent of --static.extensions html that will be:

  {
    staticExtensions: 'html'
  }

But this will silently fail.

At least for now the syntax must be:

  {
    staticExtensions: [ 'html' ]
  }
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