Remove rendering of custom emoji using the database (#37284)

This commit is contained in:
Echo
2025-12-17 15:40:34 +01:00
committed by GitHub
parent 71af094f97
commit dbc5af6641
5 changed files with 41 additions and 65 deletions

View File

@@ -27,6 +27,7 @@ const config: StorybookConfig = {
'oops.gif',
'oops.png',
].map((path) => ({ from: `../public/${path}`, to: `/${path}` })),
{ from: '../app/javascript/images/logo.svg', to: '/custom-emoji/logo.svg' },
],
viteFinal(config) {
// For an unknown reason, Storybook does not use the root