fix: fixes for deployment issues

This commit is contained in:
MTG2000
2022-03-15 17:08:14 +02:00
parent 031a7f3782
commit a2ec5502b3
3 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,7 @@
{
"name": "makers.bolt.fun",
"version": "0.1.0",
"private": true,
"homepage": ".",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.5",
"@prisma/client": "3.5.0",

1
public/_redirects Normal file
View File

@@ -0,0 +1 @@
/* /index.html 200

View File

@@ -3,4 +3,6 @@ import Images_ExploreHeader2 from './images/shock-the-web.png'
import Logo from './images/logo.png'
const ASSETS = { Images_ExploreHeader1, Images_ExploreHeader2, Logo }
console.log(ASSETS);
export default ASSETS;