Skip to content

Commit eff0718

Browse files
committed
bugfix: アイコン, ディレクトリインストール対応
1 parent 87d84d2 commit eff0718

File tree

6 files changed

+31
-28
lines changed

6 files changed

+31
-28
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/app.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Date: 2023-08-28T13:37Z
2929
*/
3030

31-
/*! Axios v1.8.1 Copyright (c) 2025 Matt Zabriskie and contributors */
31+
/*! Axios v1.8.2 Copyright (c) 2025 Matt Zabriskie and contributors */
3232

3333
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
3434

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/app.js": "/js/app.js?id=2ddeef1c790017cdf059fb8d256302a9",
3-
"/css/app.css": "/css/app.css?id=58f787492a9d633407ceae1575495bf5"
2+
"/js/app.js": "/js/app.js?id=c1e2039fdade39b328bc6cdac30e2e6a",
3+
"/css/app.css": "/css/app.css?id=847977609682292a52884500306edeae"
44
}

webpack.mix.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ const mix = require('laravel-mix');
1414
mix.js('resources/js/app.js', 'public/js').vue()
1515
.sass('resources/sass/app.scss', 'public/css');
1616

17+
// fortawesomeのディレクトリインストール対応で、相対パスを指定
18+
mix.setResourceRoot('../');
19+
1720
if (mix.inProduction()) {
1821
mix.version();
1922
}

0 commit comments

Comments
 (0)