diff --git a/firebase.json b/firebase.json index 059fe4f..237bfe2 100644 --- a/firebase.json +++ b/firebase.json @@ -1,10 +1,13 @@ { "hosting": { "public": "dist", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], + "redirects": [ + { + "source": "/", + "destination": "/resume", + "type": 301 + } ] } } diff --git a/index.html b/index.html index 73d94fa..abd1c88 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ rel="stylesheet" /> -