mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
make dspace the default theme
This commit is contained in:
@@ -255,10 +255,14 @@ export const environment: GlobalConfig = {
|
|||||||
// // A theme with only a name will match every route
|
// // A theme with only a name will match every route
|
||||||
// name: 'custom'
|
// name: 'custom'
|
||||||
// },
|
// },
|
||||||
|
// {
|
||||||
|
// // This theme will use the default bootstrap styling for DSpace components
|
||||||
|
// name: BASE_THEME_NAME
|
||||||
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
// This theme will use the default bootstrap styling for DSpace components
|
// The default dspace theme
|
||||||
name: BASE_THEME_NAME
|
name: 'dspace'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// Whether the UI should rewrite file download URLs to match its domain. Only necessary to enable when running UI and REST API on separate domains
|
// Whether the UI should rewrite file download URLs to match its domain. Only necessary to enable when running UI and REST API on separate domains
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<title>DSpace</title>
|
<title>DSpace</title>
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
||||||
<link class="theme-css" rel="stylesheet" href="/base-theme.css">
|
<link class="theme-css" rel="stylesheet" href="/dspace-theme.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user