File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,10 +383,7 @@ const SearchInterface: React.FC = () => {
383383 </ div >
384384 < div className = "text-sm text-gray-500" >
385385 Licensed under{ " " }
386- < a
387- href = "https://github.com/sbringuier/lammps-examples-potentials-viewer/blob/main/LICENSE"
388- className = "text-gray-700 hover:underline"
389- >
386+ < a href = "https://github.com/sbringuier/lammps-examples-potentials-viewer/blob/main/LICENSE" className = "text-gray-700 hover:underline" >
390387 GNU GPL v2
391388 </ a >
392389 </ div >
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ const nextConfig = {
1111 images : {
1212 unoptimized : true
1313 } ,
14- basePath : process . env . NODE_ENV === 'production' ? '/lammpsexampleviewer ' : '' ,
15- assetPrefix : process . env . NODE_ENV === 'production' ? '/lammpsexampleviewer /' : '' ,
14+ basePath : process . env . NODE_ENV === 'production' ? '/lammps-examples-potentials-viewer ' : '' ,
15+ assetPrefix : process . env . NODE_ENV === 'production' ? '/lammps-examples-potentials-viewer /' : '' ,
1616}
1717
1818export default nextConfig
You can’t perform that action at this time.
0 commit comments