Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Empty normalSuffix breaks rendering. #3

@bttmchnd

Description

@bttmchnd

Hi.

I use Netlify with their Pretty URLs option. With the config below generic pages are broken: you can't access them directly (only through index page) or refresh it, instead of that you'll get a bunch of HTML.

    'clean-urls': {
      normalSuffix: '',
      indexSuffix: '/'
    }

Example: https://5cd6eabef6fef10008c3538f--innerequestria.netlify.com/how/gitea

Now I use the next config, which allows me to use clean links.

    'clean-urls': {
      normalSuffix: '.html',
      indexSuffix: '/'
    }

Example: https://5cd7059a66b8b3000c5d83e6--innerequestria.netlify.com/how/gitea

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions