diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 37a95d9..095e134 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -3,6 +3,7 @@ import path from "node:path"; // https://vitepress.dev/reference/site-config export default defineConfig({ + base: "/ds/", title: "DS - A Deductive System", description: "A deductive system for logical inference, implemented in C++ with bindings for Python and TypeScript/JavaScript", diff --git a/docs/examples/Sudoku.vue b/docs/examples/Sudoku.vue index 93438dc..8408955 100644 --- a/docs/examples/Sudoku.vue +++ b/docs/examples/Sudoku.vue @@ -235,10 +235,11 @@ textarea:focus {