tested path
This commit is contained in:
parent
a3de0771da
commit
461ce1ab78
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import type { RouteRecordRaw } from "vue-router";
|
|||
// import { ref } from "vue";
|
||||
// import { useRoute } from "vue-router";
|
||||
const Error404NotFound = () => import("@/views/Error404NotFound.vue");
|
||||
const data = await fetch("/toc.json").then((r) => r.json());
|
||||
const data = await fetch("/manual/toc.json").then((r) => r.json());
|
||||
|
||||
// const routes = useRoute();
|
||||
// const hasQueryParam = ref<boolean>(false);
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { quasar, transformAssetUrls } from "@quasar/vite-plugin";
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: "/manual/",
|
||||
base: "/manual",
|
||||
plugins: [
|
||||
vue({
|
||||
template: { transformAssetUrls },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue