Skip to content

Commit

Permalink
Fix links to Vite website (#6366)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Oct 3, 2024
1 parent 52a23bd commit dc787b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/vite-ssr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plone on Vite with SSR mode

This is a proof of concept of a [Vite](https://vitejs.dev) build, using `@plone/client` and `@plone/components` libraries.
This is a proof of concept of a [Vite](https://vite.dev/) build, using `@plone/client` and `@plone/components` libraries.
This is intended to serve as both a playground for the development of both packages and as a demo of Plone using Vite built with server side rendering (SSR).

It also uses [TanStack Router](https://tanstack.com/router/latest/docs/framework/react/overview) for its routing library.
2 changes: 1 addition & 1 deletion apps/vite/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plone on Vite

This is a proof of concept of a [Vite](https://vitejs.dev) build, using `@plone/client` and `@plone/components` libraries.
This is a proof of concept of a [Vite](https://vite.dev/) build, using `@plone/client` and `@plone/components` libraries.
This is intended to serve as both a playground for the development of both packages and as a demo of Plone using Vite.

It also uses [TanStack Router](https://tanstack.com/router/latest/docs/framework/react/overview) for its routing library.
1 change: 1 addition & 0 deletions packages/volto/news/6366.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix links to Vite website. @stevepiercy

0 comments on commit dc787b1

Please sign in to comment.