qrac / minista

Static site generator with 100% static export from React and Vite.
https://minista.qranoko.jp
168 stars 12 forks source link

windowsでのRootコンポーネントのパスの修正 #42

Closed ddPn08 closed 2 years ago

ddPn08 commented 2 years ago

windowsでのRootコンポーネントのパスの仕切りがバックスラッシュになってしまっていたので修正しました。

const Root = (props: RootProps) => {
  console.log(props.location)
// -> { pathname: '\\about' }
// ...
qrac commented 2 years ago

@ddPn08 ありがとうございます!v2.4.6にて反映しました。