Skip to content

Commit

Permalink
Merged in feature/SHIBUI-2606-vitejs (pull request #664)
Browse files Browse the repository at this point in the history
SHIBUI-2606: Refactored UI build with Vite.js

Approved-by: Charles Hasegawa
  • Loading branch information
rmathis authored and chasegawa committed Sep 20, 2023
2 parents cdfd5c1 + 988af55 commit f65b36e
Show file tree
Hide file tree
Showing 4 changed files with 4,767 additions and 31,406 deletions.
4 changes: 3 additions & 1 deletion ui/public/index.html → ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<title>Shibboleth IDP UI</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="%PUBLIC_URL%/">
<base href="%BASE_URL%">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon-96x96.png">
<script type="module" src="/src/index.js"></script>
<style lang="scss"></style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Loading

0 comments on commit f65b36e

Please sign in to comment.