mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Passage de webpack à vite.dev
This commit is contained in:
@ -10,6 +10,6 @@ class MarkdownInput(Textarea):
|
||||
|
||||
context["statics"] = {
|
||||
"js": staticfiles_storage.url("bundled/core/components/easymde-index.ts"),
|
||||
"css": staticfiles_storage.url("bundled/core/components/easymde-index.css"),
|
||||
"css": staticfiles_storage.url("bundled/easymde-index.css"),
|
||||
}
|
||||
return context
|
||||
|
Reference in New Issue
Block a user