mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 18:35:28 +00:00
feat: Add offline resource of fonts and lib
replaced CDN links with offline resource Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import colors from 'vuetify/es5/util/colors';
|
||||
import '@mdi/font/css/materialdesignicons.css' // Ensure you are using css-loader
|
||||
|
||||
export default function ({app}) {
|
||||
return {
|
||||
icons: {
|
||||
iconfont: 'mdi', // default - only for display purposes
|
||||
},
|
||||
theme: {
|
||||
options: {
|
||||
customProperties: true,
|
||||
|
||||
Reference in New Issue
Block a user