Skip to content
Snippets Groups Projects
Commit c20e1ebb authored by Simon Malesys's avatar Simon Malesys
Browse files

Some optimization for first load

parent f267b49a
No related branches found
No related tags found
No related merge requests found
Pipeline #151033 passed
......@@ -11,6 +11,7 @@
width="143"
height="39"
alt="The logo of the Institut Pasteur"
loading="lazy"
>
</a>
<a
......
@import '../../node_modules/modern-normalize/modern-normalize.css';
/* Fonts and icons */
/* ------------------------------------------------------------------------- */
......
......@@ -18,7 +18,6 @@ import { createPinia } from 'pinia'
import { createApp } from 'vue'
import App from './components/App.vue'
import router from './router'
import 'modern-normalize'
import './globals.css'
createApp(App)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment