Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Sep 3, 2024
1 parent 79aa3cd commit 63016a2
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 16,699 deletions.
2 changes: 0 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@

<script setup lang="ts">
import { useRoute, useRouter } from "vue-router";
import { useI18n } from "vue-i18n";
import { ref, onMounted } from "vue";
import { useHead } from "@vueuse/head";
const route = useRoute();
const router = useRouter();
Expand Down
7 changes: 0 additions & 7 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ export default defineNuxtConfig({
},
},

hooks: {
"prerender:routes"({ routes }) {
routes.clear(); // Do not generate any routes (except the defaults)
},
},

i18n: {
baseUrl: "https://bluescript.app",
langDir: "locales",
Expand Down Expand Up @@ -116,7 +110,6 @@ export default defineNuxtConfig({
},

routeRules: {
"/api/search.json": { prerender: true },
"/docs": { redirect: "/docs/getting-started" },
},
compatibilityDate: "2024-07-25",
Expand Down
Loading

0 comments on commit 63016a2

Please sign in to comment.