Skip to content

Commit

Permalink
fix: spelling mistake in CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeinbinary committed Oct 9, 2024
1 parent 0a61eed commit c6697c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stegg.alfeinbinary.com
stegg.alifeinbinary.com
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Sitemap from "vite-plugin-sitemap";
import { purgeCss } from "vite-plugin-tailwind-purgecss";
// https://vitejs.dev/config/

const mode = process.env.NODE_ENV;
export default defineConfig({
plugins: [
react(),
Expand All @@ -27,7 +26,7 @@ export default defineConfig({
}),
ViteMinifyPlugin({}),
],
base: mode === "production" ? "https://stegg.alifeinbinary.com/" : "/",
base: "/",
build: {
assetsDir: "public",
sourcemap: true,
Expand Down

0 comments on commit c6697c9

Please sign in to comment.