Skip to content

Commit 3d733f1

Browse files
committed
Serve at root for stripdown.github.io org site
Repo lives at stripdown/stripdown.github.io now, so Pages publishes to https://stripdown.github.io/. Drop the /stripdown/ subpath from the vite base — wouter picks the new BASE_URL up automatically.
1 parent a8b6bab commit 3d733f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Convert Markdown to **unstyled** rich text and copy it to your clipboard. The output preserves structure (headings, lists, tables, code, links) but carries no opinionated fonts, colors, or sizes — paste it anywhere and it inherits the destination's styling.
44

5-
Live: https://zurfyx.github.io/stripdown/
5+
Live: https://stripdown.github.io/
66

77
## Stack
88

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig } from "vite";
55

66
export default defineConfig({
77
plugins: [react(), tailwindcss()],
8-
base: "/stripdown/",
8+
base: "/",
99
resolve: {
1010
alias: {
1111
"@": path.resolve(import.meta.dirname, "client", "src"),

0 commit comments

Comments
 (0)