Skip to content

Commit

Permalink
images not optimized + logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Пётр Безденежных authored and Пётр Безденежных committed Jan 12, 2024
1 parent 14a7f7b commit c3bb91a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
images: { unoptimized: true }
}

module.exports = nextConfig
Binary file added public/Group_72.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/education/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home() {
<Flex direction="column">
<Header/>
<Flex direction="column" align="center" p="1.5rem">
<img src="/pawel-czerwinski-O3i.jpg" width='200px' alt="logo" />
<img src="/Group_72.jpg" width='200px' alt="logo" />
</Flex>
<Flex direction="row" mb="1.5rem" justify="center">
<Flex direction="column">
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home() {
<Flex direction="column">
<Header/>
<Flex direction="column" align="center" p="1.5rem">
<Image src="/pawel-czerwinski-O3i.jpg" width='200' alt="logo" />
<Image src="/Group_72.jpg" width='200' height="200" alt="logo" />
</Flex>
<Flex direction="row" mb="1.5rem" justify="center">
<Flex direction="column">
Expand Down
9 changes: 4 additions & 5 deletions src/app/socnet-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,9 @@ function SocNetIcons(props: any) {
<a href="https://imagemakerpro.ru" target="_blank">
<Image
src="/regicon.png"
height="18"
width="18"
alt="ВШСДТ"
style={{
height: 18,
width: "auto"
}}
/>
</a>

Expand Down Expand Up @@ -177,7 +175,8 @@ function SocNetIcons(props: any) {
<a href="https://open-ai.ru/" target="_blank">
<Image
src="/open-ai.png"
style={{ height: 18, width: "auto" }}
height="18"
width="18"
alt="Open AI"
/>
</a>
Expand Down

0 comments on commit c3bb91a

Please sign in to comment.