Skip to content

Commit

Permalink
change: path base
Browse files Browse the repository at this point in the history
  • Loading branch information
mint73 authored Mar 14, 2024
1 parent 37b211c commit 23cbaf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ $ cd suiran

3. アプリケーションをビルド
```shell
$ dotnet watch run --pathbase=/suiran
$ dotnet watch run
```

4. ブラウザでアクセス<br />
ローカルホスト: http://localhost:5291/suiran
ローカルホスト: http://localhost:5291

## ライセンス
[MIT](./LICENSE)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ $ cd suiran

3. Build this application
```shell
$ dotnet watch run --pathbase=/suiran
$ dotnet watch run
```

4. Access on your browser<br />
Local Host: http://localhost:5291/suiran
Local Host: http://localhost:5291

## License
[MIT](./LICENSE)
2 changes: 1 addition & 1 deletion suiran/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>翠巒祭</title>
<base href="/suiran/" />
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
Expand Down

0 comments on commit 23cbaf4

Please sign in to comment.