Added base path for Github actions + rename application

main
Guus van Meerveld 2 years ago
parent 6bd97551df
commit 6934926136
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -9,5 +9,6 @@ module.exports = {
},
eslint: {
ignoreDuringBuilds: true
}
},
basePath: process.env.CI == "true" ? "/MaterialTube" : ""
};

@ -1,6 +1,6 @@
{
"name": "fouctube",
"displayName": "FoucTube",
"name": "material-tube",
"displayName": "MaterialTube",
"license": "MIT",
"scripts": {
"dev": "next dev",

Loading…
Cancel
Save