Move index.html to project root

environments/review-src-ka9kj4/deployments/3924
Alex Gleason 2023-09-18 17:39:22 -05:00
rodzic 3794eed0e9
commit 2b11b579a3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="/manifest.json" rel="manifest">
<!--server-generated-meta-->
<script type="module" src="./main.tsx"></script>
<script type="module" src="./src/main.tsx"></script>
</head>
<body class="theme-mode-light no-reduce-motion">
<div id="soapbox" class="h-full">

Wyświetl plik

@ -31,7 +31,7 @@ export default defineConfig({
vitePluginRequire.default(),
compileTime(),
createHtmlPlugin({
template: 'src/index.html',
template: 'index.html',
minify: {
collapseWhitespace: true,
removeComments: false,