1.9.0 • Published 5 days ago

vuepress-plugin-remove-html-extension v1.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

vuepress-plugin-remove-html-extension

Version Downloads

VuePress v2 plugin for generating clean urls without .html extension.

Installation

npm install --save vuepress-plugin-remove-html-extension

Usage

Add plugin to your VuePress config:

import { removeHtmlExtensionPlugin } from 'vuepress-plugin-remove-html-extension'

export default {
  plugins: [removeHtmlExtensionPlugin()],
}

Netlify

If you are using Netlify to deploy your website, open "Site settings", "Build and deploy" tab. In the "Asset optimization" section, check the "Pretty URLs" checkbox.

Contribution

Pull requests are welcome.

1.9.0

5 days ago

1.8.0

3 months ago

1.7.0

6 months ago

1.6.0

6 months ago

1.5.0

8 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago

0.1.0

2 years ago