Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykay-p committed Dec 22, 2020
1 parent 3d1ba5e commit 88c14f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ $ yarn run package:server
# front & server 시작
$ yarn run dev

```
```

### 링크

[도담 웹](https://boring-hermann-ae9c58.netlify.app/)
21 changes: 2 additions & 19 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# example netlify.toml
[build]
command = "cd packages/dodam && yarn run build"
functions = "functions"
publish = "packages/dodam/.next"

## Uncomment to use this redirect for Single Page Applications like create-react-app.
## Not needed for static site generators.
#[[redirects]]
# from = "/*"
# to = "/index.html"
# status = 200

## (optional) Settings for Netlify Dev
## https://github.com/netlify/cli/blob/master/docs/netlify-dev.md#project-detection
#[dev]
# command = "yarn start" # Command to start your dev server
# port = 3000 # Port that the dev server will be listening on
# publish = "dist" # Folder with the static content for _redirect file

## more info on configuring this file: https://www.netlify.com/docs/netlify-toml-reference/
command = "cd packages/dodam && yarn run build && yarn run export"
publish = "packages/dodam/out"

0 comments on commit 88c14f4

Please sign in to comment.