* Initial SEO test * Canonical URL added using envs * OG & Twitter fix * Robots.txt & meta added * Localhost support for canonical url * Initial PWA version * Icons reexported & added maskable
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
const withPWA = require("next-pwa");
|
|
|
|
module.exports = withPWA({
|
|
pwa: {
|
|
dest: "public"
|
|
}
|
|
});
|