Skip to content

Commit

Permalink
fix: ui/public/index.html: link[href=/build/main.css]
Browse files Browse the repository at this point in the history
ui/src/main.js->ui/src/main.ts
  • Loading branch information
btakita committed Apr 18, 2021
1 parent f1eb2a1 commit 0931668
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<link rel='stylesheet' href='/build/main.css'>

<script defer src='/build/main.js'></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion ui/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function serve() {
}

export default {
input: 'src/main.js',
input: 'src/main.ts',
output: {
sourcemap: true,
format: 'iife',
Expand Down
File renamed without changes.

0 comments on commit 0931668

Please sign in to comment.