Skip to content

Commit

Permalink
new change
Browse files Browse the repository at this point in the history
  • Loading branch information
powerappsviking committed Aug 25, 2024
1 parent ab0476b commit 8d25679
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const config: Config = {
url: 'https://powerappsviking.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: 'rivendelldocs.github.io',
baseUrl: '/rivendelldocs.github.io/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'powerappsviking', // Usually your GitHub org/user name.
projectName: 'RivendellDocs.github.io', // Usually your repo name.
projectName: 'rivendellDocs.github.io', // Usually your repo name.
deploymentBranch: 'rivendelldocs.github.io',
trailingSlash: false,
// trailingSlash: false,

// USE_SSH: "true",
// GIT_USER: "powerappsviking",
Expand All @@ -41,13 +41,13 @@ const config: Config = {
defaultLocale: 'en',
locales: ['en'],
},
module.exports = {
// module.exports = {
// Other configurations...
url: 'https://powerappsviking.github.io',
baseUrl: '/rivendelldocs.github.io/',
projectName: 'rivendelldocs.github.io',
organizationName: 'powerappsviking',
},
// url: 'https://powerappsviking.github.io',
//baseUrl: '/rivendelldocs.github.io/',
//projectName: 'rivendelldocs.github.io',
//organizationName: 'powerappsviking',
//},
presets: [
[
'classic',
Expand Down

0 comments on commit 8d25679

Please sign in to comment.