Add project page
This commit is contained in:
@@ -7,5 +7,12 @@ module.exports = {
|
||||
i18n: {
|
||||
locales: ["en"],
|
||||
defaultLocale: "en",
|
||||
}
|
||||
},
|
||||
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
|
||||
config.module.rules.push({
|
||||
test: /\.adoc$/i,
|
||||
loader: "raw-loader",
|
||||
});
|
||||
return config;
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user