Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
docs: update documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 7, 2020
1 parent 9a6149d commit 995b2e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
- 💪 **TypeScript**: Written in TypeScript

<p align="center">
<a href="https://composition-api.now.sh/">Read Documentation</a>
<a href="https://composition-api.nuxtjs.org/">Read Documentation</a>
</p>

## Contributors
Expand Down
2 changes: 1 addition & 1 deletion docs/content/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Nuxt Composition API",
"url": "https://composition-api.now.sh",
"url": "https://composition-api.nuxtjs.org",
"twitter": "nuxt_js",
"github": "nuxt-community/composition-api"
}
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This is an example of the `useFetch` composition API hook for use with Nuxt.js >= `v2.12`

See [live demo](https://composition-api.now.sh) and [CodeSandbox](https://codesandbox.io/s/github/danielroe/nuxt-composition-api/tree/main/example).
See [live demo](https://composition-api.nuxtjs.org) and [CodeSandbox](https://codesandbox.io/s/github/danielroe/nuxt-composition-api/tree/main/example).
2 changes: 1 addition & 1 deletion src/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function writeFile(key: string, value: string) {
2. On hard-reload of a generated page, the JSON will be inlined into the page and cached.
3. On client navigation to a generated page, this JSON will be fetched - and once fetched it will be cached for subsequent navigations. If for whatever reason this JSON doesn't exist, such as if the page *wasn't* pre-generated, the original factory function will be run on client-side.
If you are pregenerating some pages in your app note that you may need to increase `generate.interval`. (See [setup instructions](https://composition-api.now.sh/setup.html).)
If you are pregenerating some pages in your app note that you may need to increase `generate.interval`. (See [setup instructions](https://composition-api.nuxtjs.org/setup.html).)
*
* __SSR__
Expand Down

0 comments on commit 995b2e9

Please sign in to comment.