Update Vite documentation (4.4.8)

This commit is contained in:
Simon Legner 2023-08-02 22:11:33 +02:00
parent 362fc9f664
commit c39956e9e5
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ module Docs
def call
return "<h1>Vitest</h1><p>A Vite-native unit test framework. It's fast!</p>" if root_page? && current_url.host == 'vitest.dev'
return "<h1>VueUse</h1><p>Collection of Vue Composition Utilities</p>" if root_page? && current_url.host == 'vueuse.org'
return '<h1>Vite</h1>' if root_page?
return '<h1>Vite</h1><p>Next Generation Frontend Tooling</p>' if root_page?
@doc = at_css('main h1').parent
css('.demo', '.guide-links', '.footer', '#ad').remove

View file

@ -21,7 +21,7 @@ module Docs
html_filters.push 'vite/entries', 'vite/clean_html'
version do
self.release = '4.3.9'
self.release = '4.4.8'
self.base_url = 'https://vitejs.dev/'
end