Skip to content

Commit f46c80a

Browse files
authored
Replace old gotrue docs with redirect (#233)
* Replace old gotrue docs with redirect * Set empty command to override ui setting * Add dummy command * Add index.html * Fix status code Known issue: https://github.com/netlify/bitballoon/issues/470
1 parent 200d3eb commit f46c80a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+7
-6977
lines changed

netlify.toml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[build]
2-
base = "www"
3-
command = "npm run build"
4-
publish = "www/dist"
2+
publish = "www"
3+
command = "exit 0"
54

6-
[context.deploy-preview]
7-
command = "npm run build-preview"
5+
[[redirects]]
6+
from = "/*"
7+
to = "https://github.com/netlify/gotrue"
8+
status = 302
9+
force = true

www/.babelrc

-7
This file was deleted.

www/.nvmrc

-1
This file was deleted.

www/LICENSE

-22
This file was deleted.

www/README.md

-25
This file was deleted.

www/config/variables.js

-45
This file was deleted.

www/gulpfile.babel.js

-93
This file was deleted.
File renamed without changes.

www/package.json

-51
This file was deleted.

www/site/config.yaml

-6
This file was deleted.

www/site/data/.keep

Whitespace-only changes.

www/site/data/docs.yml

-13
This file was deleted.

www/site/data/global.yaml

-13
This file was deleted.

www/site/data/landing.yaml

-21
This file was deleted.

www/site/layouts/_default/list.html

-30
This file was deleted.

www/site/layouts/_default/single.html

-29
This file was deleted.

0 commit comments

Comments
 (0)