Skip to content

Commit

Permalink
Merge pull request #201 from side-peek/refactor/#200/ProjectDetail/pe…
Browse files Browse the repository at this point in the history
…rformance

[Refactor/ProjectDetail/Performance] 성능 개선
  • Loading branch information
Whoknow77 authored Apr 5, 2024
2 parents 3bb93d8 + b062f47 commit 967552c
Show file tree
Hide file tree
Showing 48 changed files with 464 additions and 335 deletions.
17 changes: 14 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
<!doctype html>
<html lang="ko">
<head>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())

gtag("config", "G-9RV25XSSE1")
</script>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<meta
httpEquiv="Content-Security-Policy"
content="upgrade-insecure-requests" />
<title>SidePeek</title>
name="google-site-verification"
content="G9-vlZUKpRFQ-pX9B2JO77P4Oc2ZCAbWeNPRfBpnQe8" />
</head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9RV25XSSE1"></script>
<body>
<div id="root"></div>
<script
Expand Down
182 changes: 167 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.11.3",
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.0.1/react-icons-all-files-5.0.1.tgz",
"@tanstack/react-query": "^5.18.1",
"@types/react-scroll": "^1.8.10",
"@uiw/react-md-editor": "^4.0.3",
Expand All @@ -32,8 +33,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-router-dom": "^6.22.0",
"react-scroll": "^1.9.0",
Expand All @@ -42,6 +43,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"styled-components": "^6.1.8",
"swiper": "^11.0.6",
"vite-plugin-compression": "^0.5.1",
"zustand": "^4.5.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

Sitemap: https://sidepeek.site/sitemap.xml

16 changes: 16 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->


<url>
<loc>https://www.sidepeek.site/</loc>
<lastmod>2024-04-04T16:28:42+00:00</lastmod>
</url>


</urlset>
Loading

0 comments on commit 967552c

Please sign in to comment.