Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Apr 21, 2024
1 parent 870f852 commit 7ea3770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>Usage</h2>
<h2>More</h2>
<p>
See all the available facial features in
<a href="editor/">the faces.js editor</a>.
<a href="/facesjs/editor">the faces.js editor</a>.
</p>
<p>
For more documentation and information (additional options, SVG export, CLI),
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { resolve } from "node:path";
import { processSVGs } from "./tools/lib/process-svgs.js";

export default defineConfig({
base: "/facesjs",
build: {
chunkSizeWarningLimit: 1000,
emptyOutDir: true,
Expand Down

0 comments on commit 7ea3770

Please sign in to comment.