Skip to content

Commit

Permalink
lets see will it reload
Browse files Browse the repository at this point in the history
  • Loading branch information
annaStoyanov committed Jan 8, 2025
1 parent 4f2f9ae commit 9cbc2a2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 32 deletions.
67 changes: 35 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/material-nextjs": "^6.3.1",
"next": "15.1.3",
"react": "^19.0.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.0.0",
"react-ga4": "^2.1.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-router-hash-link": "^2.4.9",
"@types/react-syntax-highlighter": "^15.5.13",
"typescript": "^5"
}
}
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/material-nextjs": "^6.3.1",
"next": "15.1.3",
"react": "^19.0.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.0.0",
"react-ga4": "^2.1.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-router-hash-link": "^2.4.9",
"@types/react-syntax-highlighter": "^15.5.13",
"typescript": "^5"
},
"engines": {
"node": "18.17.1"
}
}
6 changes: 6 additions & 0 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"navigationFallback": {
"rewrite": "index.html",
"exclude": ["*.{css,scss,js,png,gif,ico,jpg,svg}"]
}
}

0 comments on commit 9cbc2a2

Please sign in to comment.