We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5267f commit d4bd2efCopy full SHA for d4bd2ef
docs/src/guide/deployment.md
@@ -30,7 +30,7 @@ Deploying a Ruby web app using _Vite Ruby_ should be quite straightforward.
30
31
<kbd>assets:precompile</kbd> is a standard for Ruby web apps, and is typically
32
run automatically for you upon deployment if you are using a PaaS such as
33
-[Heroku][#using-heroku], or added in [Capistrano](#using-capistrano) scripts.
+[Heroku](#using-heroku), or added in [Capistrano](#using-capistrano) scripts.
34
35
<kbd>vite:build</kbd> will be executed whenever <kbd>assets:precompile</kbd> is run,
36
and the resulting assets will be placed [inside][publicOutputDir] the `public` folder.
0 commit comments