mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
(3rdParty) Added a _redirects file for Netlify support
This commit is contained in:
parent
c3ed184853
commit
b8b3d1daab
1
_redirects
Normal file
1
_redirects
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/* /index.html 200
|
|
@ -33,7 +33,12 @@
|
||||||
"assets": [
|
"assets": [
|
||||||
"src/favicon-16x16.png",
|
"src/favicon-16x16.png",
|
||||||
"src/favicon-32x32.png",
|
"src/favicon-32x32.png",
|
||||||
"src/assets"
|
"src/assets",
|
||||||
|
{
|
||||||
|
"glob": "_redirects",
|
||||||
|
"input": "src",
|
||||||
|
"output": "/"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"stylePreprocessorOptions": {
|
"stylePreprocessorOptions": {
|
||||||
"includePaths": [
|
"includePaths": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user