Skip to content

Commit

Permalink
fix: current directoryの訳を「現在のディレクトリ]
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Shindo <46585162+jay-es@users.noreply.github.com>
  • Loading branch information
MH4GF and jay-es authored Aug 15, 2023
1 parent 82ef4f8 commit 4349f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ main()
SSR では、`?init` インポートの一部として発生する `fetch()``TypeError: Invalid URL` で失敗する可能性があります。
[SSR での wasm のサポート](https://github.com/vitejs/vite/issues/8882)の issue を参照してください。

プロジェクトのベースが現在の作業ディレクトリであると仮定した場合の代替案を以下に示します:
プロジェクトのベースが現在のディレクトリであると仮定した場合の代替案を以下に示します:

```js
import wasmUrl from 'foo.wasm?url'
Expand Down

0 comments on commit 4349f7a

Please sign in to comment.