No puedo iniciar un sitio local desde el archivo index.html de la vista de la carpeta de compilación. Cuando ingreso el comando "compilar" en la terminal y el sitio, estos mensajes.
mi configuración
const config = { title: "qwerty", tagline: "Dinosaurs are cool", url: "https://your-docusaurus-test-site.com", baseUrl: "/C:/Users/qwerty/Desktop/Develop/qwerty/build/index.html/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", favicon: "img/favicon.ico", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: "facebook", // Usually your GitHub org/user name. projectName: "docusaurus", // Usually your repo name. // Even if you don't use internalization, you can use this field to set useful // metadata like html lang. For example, if your site is Chinese, you may want // to replace "en" with "zh-Hans". i18n: { defaultLocale: "en", locales: ["en"], }, presets: [ [ "classic", /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/", }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/", }, theme: { customCss: require.resolve("./src/css/custom.css"), }, }), ], ],}