Remove "assets" prefix from "static" folder (#208)

This commit is contained in:
Emruz Hossain
2021-01-04 00:40:26 +06:00
committed by GitHub
parent 6d8bffcfca
commit 20d9f3a080
34 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
"main": "index.js",
"scripts": {
"autoprefixer": "postcss static/assets/css/*/*.css --use autoprefixer -r --no-map"
"autoprefixer": "postcss static/css/*/*.css --use autoprefixer -r --no-map"
},
"repository": {
"type": "git",