Fix the site, before other site changes (#86)

* fix the site

* Change base

* Change publish folder

Co-authored-by: Eric Fennis <eric.fennis@endurance.com>
This commit is contained in:
Eric Fennis
2020-10-07 17:42:59 +02:00
committed by GitHub
parent b3b39afb95
commit dad9648e20
5 changed files with 4815 additions and 4 deletions

View File

@@ -8,8 +8,6 @@
Lucide is a community-run fork of [Feather Icons](https://github.com/feathericons/feather), open for anyone to contribute icons.
Note that we are completely independent from Feather, so **icons submitted here won't get added to Feather Icons or its associated librairies**.
## Table of Contents
* [Usage](#usage)

4
netlify.toml Normal file
View File

@@ -0,0 +1,4 @@
[build]
base = "packages/site/"
publish = "build/"
command = "yarn deploy"

View File

@@ -4,7 +4,7 @@
"version": "0.1.1",
"license": "ISC",
"amdName": "lucide",
"homepage": "https://featherity.netlify.app",
"homepage": "https://lucide.netlify.app",
"url": "https://github.com/owner/project/issues",
"repository": "github:lucide-icons/lucide",
"source": "build/lucide.js",

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"export": "next export -o build",
"deploy": "yarn build && yarn export"
},
"dependencies": {

4809
packages/site/yarn.lock Normal file

File diff suppressed because it is too large Load Diff