kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Move index.html to project root
rodzic
3794eed0e9
commit
2b11b579a3
|
@ -7,7 +7,7 @@
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<link href="/manifest.json" rel="manifest">
|
<link href="/manifest.json" rel="manifest">
|
||||||
<!--server-generated-meta-->
|
<!--server-generated-meta-->
|
||||||
<script type="module" src="./main.tsx"></script>
|
<script type="module" src="./src/main.tsx"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="theme-mode-light no-reduce-motion">
|
<body class="theme-mode-light no-reduce-motion">
|
||||||
<div id="soapbox" class="h-full">
|
<div id="soapbox" class="h-full">
|
|
@ -31,7 +31,7 @@ export default defineConfig({
|
||||||
vitePluginRequire.default(),
|
vitePluginRequire.default(),
|
||||||
compileTime(),
|
compileTime(),
|
||||||
createHtmlPlugin({
|
createHtmlPlugin({
|
||||||
template: 'src/index.html',
|
template: 'index.html',
|
||||||
minify: {
|
minify: {
|
||||||
collapseWhitespace: true,
|
collapseWhitespace: true,
|
||||||
removeComments: false,
|
removeComments: false,
|
||||||
|
|
Ładowanie…
Reference in New Issue