Add project page

This commit is contained in:
Daniel Kluge
2022-10-07 23:04:20 +02:00
parent 85acc1bdac
commit f30332bc5e
16 changed files with 1677 additions and 36 deletions
+8 -1
View File
@@ -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;
},
};