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"> <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">

Wyświetl plik

@ -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,