From 234d7e72a19442f6a419f4ff3a4d97f2bd847974 Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:22:29 +0900 Subject: [PATCH 1/2] feat(html)!: support more asset sources --- guide/features.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/guide/features.md b/guide/features.md index d8aacb28..107ee895 100644 --- a/guide/features.md +++ b/guide/features.md @@ -170,9 +170,24 @@ HTML ファイルは、Vite プロジェクトの[中心](/guide/#index-html-and - `/about.html` -> `http://localhost:5173/about.html` - `/blog/index.html` -> `http://localhost:5173/blog/index.html` -デフォルトでは、` From 615cb8754c0c0bf7f1e97e3859b05a0ea90ca02b Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:29:24 +0900 Subject: [PATCH 2/2] docs(migration): add section for html asset sources --- guide/features.md | 3 ++- guide/migration.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/guide/features.md b/guide/features.md index 107ee895..afa241ce 100644 --- a/guide/features.md +++ b/guide/features.md @@ -170,7 +170,7 @@ HTML ファイルは、Vite プロジェクトの[中心](/guide/#index-html-and - `/about.html` -> `http://localhost:5173/about.html` - `/blog/index.html` -> `http://localhost:5173/blog/index.html` -Files referenced by HTML elements such as `