Skip to content

Commit

Permalink
small css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shalanah committed Mar 22, 2024
1 parent 91ac9f7 commit 413084a
Show file tree
Hide file tree
Showing 14 changed files with 2,634 additions and 24 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Deploy

Using github actions tweaked from https://github.com/gregrickaby/nextjs-github-pages and issue https://github.com/gregrickaby/nextjs-github-pages/issues/57 .

## Getting Started

First, run the development server:
Expand Down
1 change: 0 additions & 1 deletion public/fallback-FHBzkXohhsi3_PGKaJVXk.js

This file was deleted.

28 changes: 28 additions & 0 deletions public/fallback-development.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";
var __webpack_exports__ = {};


self.fallback = async request => {
// https://developer.mozilla.org/en-US/docs/Web/API/RequestDestination
switch (request.destination) {
case 'document':
if (true) return caches.match("/_offline", {
ignoreSearch: true
});
case 'image':
if (false) {}
case 'audio':
if (false) {}
case 'video':
if (false) {}
case 'font':
if (false) {}
case '':
if (false) {}
default:
return Response.error();
}
};
/******/ })()
;
110 changes: 109 additions & 1 deletion public/sw.js

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

1 change: 1 addition & 0 deletions public/sw.js.map

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

1 change: 0 additions & 1 deletion public/workbox-07a7b4f2.js

This file was deleted.

Loading

0 comments on commit 413084a

Please sign in to comment.