Skip to content

Commit

Permalink
Update page title to Delicious Pizza Delivered Fast
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenhaoPeng committed Nov 4, 2024
1 parent c92d8c0 commit c3869b0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
rel="stylesheet"
/>

<title>Fast React Pizza Co.</title>
<title>Order Your Perfect Pizza Online</title>
</head>
<body class="bg-stone-100 text-stone-700">
<div id="root"></div>
Expand Down
35 changes: 19 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://ZhenhaoPeng.github.io/pizzaOrder",
"name": "fast-react-pizza",
"homepage": "https://ZhenhaoPeng.github.io/PizzaOrder",
"name": "react-pizza",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.0"
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
7 changes: 4 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import eslint from "vite-plugin-eslint";
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import eslint from 'vite-plugin-eslint';

// https://vitejs.dev/config/
export default defineConfig({
base: '',
plugins: [react(), eslint()],
});

0 comments on commit c3869b0

Please sign in to comment.