diff --git a/lib/docs/filters/vite/clean_html.rb b/lib/docs/filters/vite/clean_html.rb index 39583b91..5e213236 100644 --- a/lib/docs/filters/vite/clean_html.rb +++ b/lib/docs/filters/vite/clean_html.rb @@ -4,7 +4,7 @@ module Docs def call return "
A Vite-native unit test framework. It's fast!
" if root_page? && current_url.host == 'vitest.dev' return "Collection of Vue Composition Utilities
" if root_page? && current_url.host == 'vueuse.org' - return 'Next Generation Frontend Tooling
' if root_page? @doc = at_css('main h1').parent css('.demo', '.guide-links', '.footer', '#ad').remove diff --git a/lib/docs/scrapers/vite.rb b/lib/docs/scrapers/vite.rb index d4345298..ff82da01 100644 --- a/lib/docs/scrapers/vite.rb +++ b/lib/docs/scrapers/vite.rb @@ -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