Skip to content
Snippets Groups Projects
Commit 5d626d29 authored by Alexander Rose's avatar Alexander Rose
Browse files

added viewer favicon

parent afa4a01c
No related branches found
No related tags found
No related merge requests found
src/apps/viewer/favicon.ico

15 KiB

...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<title>Mol* Viewer</title> <title>Mol* Viewer</title>
<style> <style>
* { * {
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
import { createPlugin, DefaultPluginSpec } from '../../mol-plugin'; import { createPlugin, DefaultPluginSpec } from '../../mol-plugin';
import './index.html' import './index.html'
import './favicon.ico'
import { PluginContext } from '../../mol-plugin/context'; import { PluginContext } from '../../mol-plugin/context';
import { PluginCommands } from '../../mol-plugin/command'; import { PluginCommands } from '../../mol-plugin/command';
import { PluginSpec } from '../../mol-plugin/spec'; import { PluginSpec } from '../../mol-plugin/spec';
......
...@@ -8,7 +8,7 @@ const sharedConfig = { ...@@ -8,7 +8,7 @@ const sharedConfig = {
module: { module: {
rules: [ rules: [
{ {
test: /\.(woff2?|ttf|otf|eot|svg|html)$/, test: /\.(woff2?|ttf|otf|eot|svg|html|ico)$/,
use: [{ use: [{
loader: 'file-loader', loader: 'file-loader',
options: { name: '[name].[ext]' } options: { name: '[name].[ext]' }
......
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