Skip to content

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

@akira-kurogane

Description

@akira-kurogane

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' ]
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions