Skip to content

Commit

Permalink
adding member pageNew (#110)
Browse files Browse the repository at this point in the history
* manading form_create from falling down and allowing user to create table if their no entries for them in users table

* little debugging

* debug

* adding home page

* adding update  password

* debugging

* correcting login page

* debugged login page

* correcting sinup page

* Delete .github/workflows directory

* correcting signup page - 3

* correcting signup page 4

* Delete .github/workflows directory 2

* correcting sinup page 5

* members page

* adding member page

---------

Co-authored-by: Devyash Saini <[email protected]>
  • Loading branch information
Anas-github-acc and thedevyashsaini authored Aug 22, 2024
1 parent e436f9a commit d6a4aef
Show file tree
Hide file tree
Showing 43 changed files with 1,953 additions and 630 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ yarn-error.log*

# vercel
.vercel

# admin and users
/src/app/users
/src/app/admin

# robots.txt
/robots.txt
/sitemap.xml
/sitemap-[0-9]*.xml
4 changes: 4 additions & 0 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
siteUrl: "https://iiitvcc.vercel.app",
generateRobotsTxt: true,
};
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images: {
domains: ["aceternity.com"],
},
};

export default nextConfig;
140 changes: 105 additions & 35 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"export": "next build && next export",
"lint": "next lint",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
Expand All @@ -20,18 +22,21 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@reduxjs/toolkit": "^2.2.6",
"@supabase/ssr": "^0.4.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.29",
"jodit-react": "^4.1.2",
"ldrs": "^1.0.2",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"next-client-cookies": "^1.1.1",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
Expand Down
Binary file added public/members/placeholder.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://iiitvcc.vercel.app/sitemap-0.xml</loc></sitemap>
</sitemapindex>
Loading

1 comment on commit d6a4aef

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for iiitvcc ready!

✅ Preview
https://iiitvcc-ky3dlkt88-iiitv-coding-clubs-projects.vercel.app

Built with commit d6a4aef.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.