Skip to content

Commit e88a03a

Browse files
Change: branding & workflow
1 parent 5052795 commit e88a03a

File tree

13 files changed

+95
-72
lines changed

13 files changed

+95
-72
lines changed

.github/workflows/azure-static-web-apps-kind-plant-0e80e5803.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
- uses: actions/checkout@v3
1919
with:
2020
submodules: true
21-
lfs: false
21+
- name: Setup Node.js
22+
uses: actions/setup-node@v2
23+
with:
24+
node-version: "18.x"
25+
env:
26+
NODE_VERSION: "18.x"
2227
- name: Build And Deploy
2328
id: builddeploy
2429
uses: Azure/static-web-apps-deploy@v1
@@ -31,7 +36,11 @@ jobs:
3136
app_location: "/" # App source code path
3237
api_location: "" # Api source code path - optional
3338
output_location: "" # Built app content directory - optional
39+
app_build_command: "npm run build"
40+
api_build_command: "rm -rf ./node_modules/@next/swc-* && rm -rf ./.next/cache"
3441
###### End of Repository/Build Configurations ######
42+
env:
43+
NEXT_PUBLIC_GA_TRACKING_ID: ${{ secrets.NEXT_PUBLIC_GA_TRACKING_ID }}
3544

3645
close_pull_request_job:
3746
if: github.event_name == 'pull_request' && github.event.action == 'closed'

.github/workflows/azure-static-web-apps-nice-sky-0509a9903.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing Guidelines
22

3-
First off, thank you for considering contributing to Azure Cloud Exams.
3+
First off, thank you for considering contributing to Practice Exams Platform.
44

55
It's people like you that make this project such a great tool.
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">Azure Cloud Exams</h1>
1+
<h1 align="center">🧪 Practice Exams Platform</h1>
22
<br />
33

44
<div align="center">

app/exam/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { ReactNode } from "react";
22
import { Metadata } from "next";
33

44
export const metadata: Metadata = {
5-
title: "Azure Cloud Exams - Exam",
5+
title: "🧪 Practice Exams Platform - Exam | Ditectrev",
66
openGraph: {
7-
title: "Azure Cloud Exams - Exam",
7+
title: "🧪 Practice Exams Platform - Exam | Ditectrev",
88
},
99
};
1010

app/favicon.ico

5.25 KB
Binary file not shown.

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import "styles/globals.css";
88

99
export const metadata: Metadata = {
1010
metadataBase: new URL("http://localhost:3000"),
11-
title: "Azure Cloud Exams",
11+
title: "🧪 Practice Exams Platform | Ditectrev",
1212
openGraph: {
13-
title: "Azure Cloud Exams",
13+
title: "🧪 Practice Exams Platform | Ditectrev",
1414
},
1515
};
1616

app/logo.svg

Lines changed: 61 additions & 0 deletions
Loading

app/modes/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Metadata } from "next";
33
import "styles/globals.css";
44

55
export const metadata: Metadata = {
6-
title: "Azure Cloud Exams - Modes",
6+
title: "🧪 Practice Exams Platform - Modes | Ditectrev",
77
openGraph: {
8-
title: "Azure Cloud Exams - Modes",
8+
title: "🧪 Practice Exams Platform - Modes | Ditectrev",
99
},
1010
};
1111

app/practice/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { ReactNode } from "react";
22
import { Metadata } from "next";
33

44
export const metadata: Metadata = {
5-
title: "Azure Cloud Exams - Practice",
5+
title: "🧪 Practice Exams Platform | Ditectrev",
66
openGraph: {
7-
title: "Azure Cloud Exams - Practice",
7+
title: "🧪 Practice Exams Platform | Ditectrev",
88
},
99
};
1010

0 commit comments

Comments
 (0)