Skip to content

Commit 3b2085a

Browse files
committed
Fix astro config.
1 parent c689f24 commit 3b2085a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

astro.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import pagefind from "astro-pagefind";
1111
import deleteUnusedImages from "astro-delete-unused-images";
1212
import preload from "astro-preload";
1313
import { execSync } from "node:child_process";
14-
import basicSsl from "@vitejs/plugin-basic-ssl";
1514

1615
import compress from "astro-compress";
1716

@@ -32,10 +31,6 @@ if (!gitVersion) {
3231
// https://astro.build/config
3332
export default defineConfig({
3433
vite: {
35-
plugins: [basicSsl()],
36-
server: {
37-
https: true,
38-
},
3934
define: {
4035
__TIMESTAMP__: JSON.stringify(
4136
new Date()

0 commit comments

Comments
 (0)