Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Knogobert committed Feb 16, 2021
1 parent 6ee3c69 commit e34693e
Show file tree
Hide file tree
Showing 7 changed files with 33,107 additions and 5,406 deletions.
3 changes: 0 additions & 3 deletions .env-example

This file was deleted.

2 changes: 2 additions & 0 deletions .example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
URL='https://ntn-boilerplate.netlify.app'
# GIT_LFS_ENABLED=true
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ An opinionated starter template for a quick start with the following technologie
- PWA (install website as standalone app)
- Netlify CMS (no need for a separate server)
- Prettier
- Subfont

##### Optional extra setup
- Git LFS (store uploaded images outside the main repo)
Expand Down Expand Up @@ -137,9 +136,9 @@ Deployed easily with their boilerplate via:
- It may be that you haven't [enabled Netlify Identity](https://app.netlify.com/sites/YOUR_NETLIFY_SITE_SLUG/settings/identity) or [setup the Git Gateway](https://app.netlify.com/sites/YOUR_NETLIFY_SITE_SLUG/settings/identity#services) correctly, [check the docs](https://www.netlifycms.org/docs/git-gateway-backend/)

- > This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/pre-push.
- > "This repository is configured for Git LFS but 'git-lfs' was not found on your path."
- Install git-lfs then run `git lfs install` in project root
- Install git-lfs then run `git lfs install` in project root. Then to download the images, run `git lfs pull`. Or if you don't want to download the files/can't login to the lfs server, run `git lfs install --skip-smudge` instead.

- > I can’t get Git LFS to run correctly on Netlify
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
command = "npm run generate"
publish = "dist/"

[[plugins]]
package = "netlify-plugin-subfont"
# [[plugins]]
# package = "netlify-plugin-subfont"
1 change: 0 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const dynamicRoutes = getDynamicPaths(
)

export default {
mode: 'universal',
// ? The env Property: https://nuxtjs.org/api/configuration-env/
env: {
url:
Expand Down
Loading

0 comments on commit e34693e

Please sign in to comment.