-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
node_modules | ||
.vercel | ||
.next |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
{ | ||
"pages": { | ||
"/layout": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/css/app/layout.css", | ||
"static/chunks/app/layout.js" | ||
], | ||
"/page": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js", | ||
"static/chunks/app/page.js" | ||
"static/chunks/_d86153._.js", | ||
"static/chunks/src_app_favicon_ico_mjs_e3431b._.js", | ||
"static/chunks/src_app_c7d265._.css", | ||
"static/chunks/src_app_layout_tsx_20a9fc._.js", | ||
"static/chunks/src_app_layout_tsx_600847._.js", | ||
"static/chunks/node_modules_next_531fef._.js", | ||
"static/chunks/src_app_page_tsx_32efbb._.js", | ||
"static/chunks/src_app_page_tsx_e89336._.js", | ||
"static/chunks/node_modules_next_dist_compiled_react-dom_1f56dc._.js", | ||
"static/chunks/node_modules_next_dist_compiled_107ce8._.js", | ||
"static/chunks/node_modules_next_dist_client_e72844._.js", | ||
"static/chunks/node_modules_next_dist_d09de6._.js", | ||
"static/chunks/node_modules_@swc_helpers_cjs_00636a._.js", | ||
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_b203ae._.js", | ||
"static/chunks/_c4c472._.js", | ||
"static/chunks/_fee5ad._.js" | ||
] | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"pages": { | ||
"/_app": [] | ||
}, | ||
"devFiles": [], | ||
"ampDevFiles": [], | ||
"polyfillFiles": [ | ||
"static/chunks/node_modules_next_dist_build_polyfills_polyfill-nomodule.js" | ||
], | ||
"lowPriorityFiles": [ | ||
"static/development/_buildManifest.js", | ||
"static/development/_ssgManifest.js" | ||
"static/development/_ssgManifest.js", | ||
"static/development/_buildManifest.js" | ||
], | ||
"rootMainFiles": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main-app.js" | ||
"static/chunks/node_modules_next_dist_compiled_react-dom_1f56dc._.js", | ||
"static/chunks/node_modules_next_dist_compiled_107ce8._.js", | ||
"static/chunks/node_modules_next_dist_client_e72844._.js", | ||
"static/chunks/node_modules_next_dist_d09de6._.js", | ||
"static/chunks/node_modules_@swc_helpers_cjs_00636a._.js", | ||
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_b203ae._.js", | ||
"static/chunks/_c4c472._.js", | ||
"static/chunks/_fee5ad._.js" | ||
], | ||
"rootMainFilesTree": {}, | ||
"pages": { | ||
"/_app": [] | ||
}, | ||
"ampFirstPages": [] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"/page": "app/page.js" | ||
"/page": "app/page.js", | ||
"/favicon.ico/route": "app/favicon.ico/route.js" | ||
} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]" | ||
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": 3, | ||
"middleware": {}, | ||
"functions": {}, | ||
"sortedMiddleware": [] | ||
"sortedMiddleware": [], | ||
"functions": {} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
{"pages":{},"app":{"/Users/tkrobot/Documents/Documents - sabook023/propoganda-online/src/app/layout":["static/media/463dafcda517f24f-s.p.woff","static/media/4473ecc91f70f139-s.p.woff"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false} | ||
{ | ||
"app": { | ||
"[project]/src/app/page": [ | ||
"static/media/GeistVF-s.p.7fe29570.woff", | ||
"static/media/GeistMonoVF-s.p.a9159d35.woff" | ||
] | ||
}, | ||
"appUsingSizeAdjust": true, | ||
"pages": {}, | ||
"pagesUsingSizeAdjust": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"node": {}, | ||
"edge": {}, | ||
"encryptionKey": "RkbMVqfkvEi/oUUDeKfXd8MJxr2BaVfBxElBPeJ0OpU=" | ||
"encryptionKey": "tpcOiuUwMDIH80ZDpQLuoNL30/GJ3kkTMUxaSwtx0DM=" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
'use client'; | ||
|
||
export default function Feedback() { | ||
return ( | ||
<div className="bg-yellow-100 min-h-screen flex items-center justify-center"> | ||
<iframe | ||
src="https://docs.google.com/forms/d/11EIaaQngAFi9lIY8X2p1YzdfFGoUKArIyZZ4KjiaI3c/viewform" | ||
className="w-full h-full" | ||
title="BBSS Feedback" | ||
/> | ||
</div> | ||
); | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
'use client'; | ||
|
||
export default function Propaganda() { | ||
return ( | ||
<div className="bg-yellow-100 min-h-screen flex flex-col items-center justify-start"> | ||
<button onClick={() => window.history.back()} className="m-4 px-4 py-2 bg-blue-500 text-white rounded-lg"> | ||
Back | ||
</button> | ||
<iframe | ||
src="https://www.moe.gov.sg/schoolfinder/schooldetail?schoolname=bukit-batok-secondary-school" | ||
className="w-full h-full" | ||
title="BBSS Propaganda" | ||
/> | ||
</div> | ||
); | ||
} |