mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 16:58:06 +01:00
Fixed image require
This commit is contained in:
parent
bc4fa6b198
commit
7c75702d05
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
import { start } from 'rails-ujs';
|
||||
import 'font-awesome/css/font-awesome.css';
|
||||
|
||||
require.context('images/', true);
|
||||
require.context('../images/', true);
|
||||
|
||||
start();
|
||||
|
|
Loading…
Reference in a new issue