mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:17:43 +01:00
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:
@@ -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
4
netlify.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[build]
|
||||
base = "packages/site/"
|
||||
publish = "build/"
|
||||
command = "yarn deploy"
|
||||
@@ -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",
|
||||
|
||||
@@ -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
4809
packages/site/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user