Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: remove edge banners for rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 16, 2022
1 parent 5bc6544 commit f0a2d62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/content/2.guide/2.directory-structure/1.pages.md
Expand Up @@ -343,8 +343,6 @@ export default <RouterOptions> {

#### Custom Routes

:StabilityEdge{title="Custom Routes"}

You can optionally override routes using a function that accepts scanned routes and returns customized routes.
If returning `null` or `undefined`, Nuxt will fallback to the default routes. (useful to modify input array)

Expand All @@ -365,8 +363,6 @@ export default <RouterOptions> {

#### Custom History (advanced)

:StabilityEdge{title="Custom History"}

You can optionally override history mode using a function that accepts base url and returns history mode.
If returning `null` or `undefined`, Nuxt will fallback to the default history.

Expand Down Expand Up @@ -402,8 +398,6 @@ export default defineNuxtConfig({

### Hash Mode (SPA)

:StabilityEdge{title="Hash Mode"}

You can enable hash history in SPA mode. In this mode, router uses a hash character (#) before the actual URL that is internally passed. When enabled, the **URL is never sent to the server** and **SSR is not supported**.

```ts [nuxt.config.ts]
Expand Down

0 comments on commit f0a2d62

Please sign in to comment.