Skip to content

Commit 56d5095

Browse files
committed
fix(docs): wrong path
1 parent 013ea5f commit 56d5095

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/docs/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from "node:path";
55
export default defineConfig({
66
title: "Flick",
77
description: "A tiny reactive JS framework from the future",
8-
base: "/flick/",
8+
base: "/flickjs/",
99

1010
transformPageData(pageData) {
1111
if (!pageData.relativePath.endsWith(".md")) return;
@@ -26,7 +26,7 @@ export default defineConfig({
2626
head: [
2727
[
2828
"link",
29-
{ rel: "icon", type: "image/svg+xml", href: "/flick/favicon.svg" },
29+
{ rel: "icon", type: "image/svg+xml", href: "/flickjs/favicon.svg" },
3030
],
3131
],
3232

@@ -110,7 +110,7 @@ export default defineConfig({
110110
},
111111

112112
socialLinks: [
113-
{ icon: "github", link: "https://github.com/jaymalave/flick" },
113+
{ icon: "github", link: "https://github.com/jaymalve/flickjs" },
114114
],
115115

116116
footer: {

packages/docs/public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)