docs: rename tools/daggosaurus to website
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
12
website/custom_plugins/index.js
Normal file
12
website/custom_plugins/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = function (context, options) {
|
||||
return {
|
||||
name: "custom-docusaurus-plugin",
|
||||
configureWebpack(config, isServer, utils) {
|
||||
return {
|
||||
resolve: {
|
||||
symlinks: false
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user