Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
troovi committed Jul 12, 2024
1 parent 9cfc233 commit ce63119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions site/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
/>
<meta name="theme-color" content="#f2f3f4" />
<title>lite-dnd</title>
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="./favicon.ico" />
<link rel="apple-touch-icon" href="./favicon.ico" />
<link rel="manifest" href="./manifest.json" />
</head>
<body class="notranslate">
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion site/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default ({ mode }) => {
pathinfo: false,
filename: 'static/js/[name].[contenthash:8].js',
chunkFilename: 'static/js/[name].[contenthash:8].chunk.js',
publicPath: '/',
publicPath: isEnvProduction ? './' : '/',
assetModuleFilename: 'static/media/[name].[hash][ext]'
},
devServer: {
Expand Down

0 comments on commit ce63119

Please sign in to comment.