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