You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: too many arguments given outside repository
theme/index.ts
importtype{Theme}from"vitepress";importDefaultThemefrom"vitepress/theme"import'./custom.css';importPBlogFigurefrom"./components/PBlogFigure.vue";importPBlogHeaderfrom"./components/PBlogHeader.vue";importPBlogListingfrom"./components/PBlogListing.vue";importPBlogVideofrom"./components/PBlogVideo.vue";importPDateStringfrom"./components/PDateString.vue";importPTeamMembersfrom"./components/PTeamMembers.vue";importLayoutfrom'./components/Layout.vue';importvitepressBackToTopfrom'../../docs/plugins/vitepress-plugin-back-to-top/';import'./BtP-style.css';importvitepressMusicfrom'vitepress-plugin-music'import'../../docs/plugins/vitepress-plugin-music/dist/index.css'// import googleAnalytics from 'vitepress-plugin-google-analytics'import{VPLTheme}from'@lando/vitepress-theme-default-plus';constplaylist=[{name: 'song1',author: 'author',file: '/docs/.mp3',},{name: 'song2',author: 'author2',file: 'https://***.***.***/song2.mp3',hide: true},]exportdefault{Layout: Layout,extends: DefaultTheme,enhanceApp({ app }){app.component("PBlogFigure",PBlogFigure);app.component("PBlogHeader",PBlogHeader);app.component("PBlogListing",PBlogListing);app.component("PBlogVideo",PBlogVideo);app.component("PDateString",PDateString);app.component("PTeamMembers",PTeamMembers);vitepressMusic(playlist);vitepressBackToTop({threshold:300})// googleAnalytics({// id: 'G-******', // Replace with your GoogleAnalytics ID, which should start with the 'G-'// })}}satisfiesVPLTheme;
.vitepress/config.mts
// import { defineConfig } from 'vitepress'importFastGlobfrom"fast-glob";importgrayMatterfrom"gray-matter";import{readFile}from"node:fs/promises";import{basename}from"node:path";import{URL,fileURLToPath}from'node:url';// import { generateSidebar } from 'vitepress-sidebar';// import { getSidebar } from 'vitepress-plugin-auto-sidebar';// import markdownitfootnote from 'markdown-it-footnote';// import markdownit from 'markdown-it';import{defineConfig}from'@lando/vitepress-theme-default-plus/config';exportdefaultdefineConfig({
...
The text was updated successfully, but these errors were encountered:
error: too many arguments given outside repository
theme/index.ts
.vitepress/config.mts
The text was updated successfully, but these errors were encountered: