mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Merge pull request #78 from actualbudget/matiss/netlify
👷 netlify preview deployments
This commit is contained in:
10
docusaurus.netlify-config.js
Normal file
10
docusaurus.netlify-config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// @ts-check
|
||||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
|
||||
const baseConfig = require('./docusaurus.config');
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
module.exports = {
|
||||
...baseConfig,
|
||||
baseUrl: '/',
|
||||
};
|
||||
Reference in New Issue
Block a user