We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c689f24 commit 3b2085aCopy full SHA for 3b2085a
astro.config.mjs
@@ -11,7 +11,6 @@ import pagefind from "astro-pagefind";
11
import deleteUnusedImages from "astro-delete-unused-images";
12
import preload from "astro-preload";
13
import { execSync } from "node:child_process";
14
-import basicSsl from "@vitejs/plugin-basic-ssl";
15
16
import compress from "astro-compress";
17
@@ -32,10 +31,6 @@ if (!gitVersion) {
32
31
// https://astro.build/config
33
export default defineConfig({
34
vite: {
35
- plugins: [basicSsl()],
36
- server: {
37
- https: true,
38
- },
39
define: {
40
__TIMESTAMP__: JSON.stringify(
41
new Date()
0 commit comments