nuxt-trailingslash-module icon indicating copy to clipboard operation
nuxt-trailingslash-module copied to clipboard

A NuxtJS module that makes a 301 redirection to a non trailing slash URL

Results 6 nuxt-trailingslash-module issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

``` ERROR Cannot read properties of undefined (reading 'trailingslash') 14:03:17 at module (node_modules/nuxt-trailingslash-module/lib/module.js:9:60) at installModule (node_modules/@nuxt/kit/dist/index.mjs:416:9) at async initNuxt (node_modules/nuxt/dist/index.mjs:1825:7) at async loadNuxt (node_modules/nuxt/dist/index.mjs:1857:5) at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:493:19) at async...

Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...

dependencies

**expected behavior:** when navigating to `{url}/img/` it should show the 404 error page **curent behavior:** the _nuxt-trailingslash-module_ keeps redirecting to `{url}/img/` and `{url}/img`, which cause the browser to display the...

This is necessary since the documentation at https://nuxtjs.org/api/configuration-router/#trailingslash explains that the router won't accept routes without a trailing slash if this is set to false as it was before.