Skip to content

Commit

Permalink
fix base path for production site (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatospob authored Mar 26, 2021
1 parent 01d29b9 commit 8f79ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const head = require('./head.js');
const devServer = require('./devServer.js');

module.exports = {
base: '/read-write-api-docs-pub/',
base: '/read-write-api-site3/',
title: '',
description: 'OBIE Read/Write API Standards',
head,
Expand Down

0 comments on commit 8f79ea2

Please sign in to comment.