Skip to content

Commit 8a5267f

Browse files
authored
docs: remove offline heroku links (#549)
Remove offline demo apps and change heroku link on start to an anchor
1 parent 95c247a commit 8a5267f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/guide/deployment.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
[plugins]: https://vitejs.dev/plugins/
99
[configuration reference]: /config/
1010
[example1]: https://github.com/ElMassimo/pingcrm-vite
11-
[heroku1]: https://pingcrm-vite.herokuapp.com/
1211
[example2]: https://github.com/ElMassimo/vite_ruby/tree/main/examples/rails
13-
[heroku2]: https://vite-rails-demo.herokuapp.com/
1412
[build options]: /config/#build-options
1513
[configuration reference]: /config/
1614
[vite_rails]: https://github.com/ElMassimo/vite_ruby/tree/main/vite_rails
@@ -32,7 +30,7 @@ Deploying a Ruby web app using _Vite Ruby_ should be quite straightforward.
3230

3331
<kbd>assets:precompile</kbd> is a standard for Ruby web apps, and is typically
3432
run automatically for you upon deployment if you are using a PaaS such as
35-
[Heroku][heroku1], or added in [Capistrano](#using-capistrano) scripts.
33+
[Heroku][#using-heroku], or added in [Capistrano](#using-capistrano) scripts.
3634

3735
<kbd>vite:build</kbd> will be executed whenever <kbd>assets:precompile</kbd> is run,
3836
and the resulting assets will be placed [inside][publicOutputDir] the `public` folder.
@@ -174,4 +172,4 @@ heroku config:set NPM_CONFIG_INCLUDE='dev' YARN_PRODUCTION=false
174172
```
175173
That will ensure that [vite] and [vite-plugin-ruby] are available, along with other build tools.
176174

177-
If you are looking for example setups, check out this [Vue app][example1] and its [live demo][heroku1], or this very [simple app][example2] and its [live demo][heroku2].
175+
If you are looking for example setups, check out this [Vue app][example1] or this very [simple app][example2].

0 commit comments

Comments
 (0)