Add readme
parent
259e687281
commit
fba0164c3c
@ -0,0 +1,6 @@
|
|||||||
|
<h1 align="center">Portfolio</h1>
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://api.netlify.com/api/v1/badges/abf23579-f44f-432d-9fb6-6822a7a1f1b2/deploy-status">
|
||||||
|
<img src="https://img.shields.io/website-up-down-green-red/https/guusvanmeerveld.dev.svg">
|
||||||
|
<img src="https://img.shields.io/github/license/Guusvanmeerveld/Portfolio.svg">
|
||||||
|
</p>
|
@ -1,10 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
webpack(config) {
|
|
||||||
config.module.rules.push({
|
|
||||||
test: /\.svg$/,
|
|
||||||
use: ["@svgr/webpack"]
|
|
||||||
});
|
|
||||||
|
|
||||||
return config;
|
|
||||||
}
|
|
||||||
};
|
|
Loading…
Reference in new issue