diff --git a/next.config.js b/next.config.js index e1e0a5d..1840edf 100644 --- a/next.config.js +++ b/next.config.js @@ -16,7 +16,6 @@ const nextConfig = { * @see https://nextjs.org/docs/app/api-reference/next-config-js/basePath */ basePath: "/binary-pattern-painter-online", - assetPrefix: "/test", distDir: 'build', diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..2fb70c6 --- /dev/null +++ b/public/.nojekyll @@ -0,0 +1 @@ +This solves the _ issues with 404 \ No newline at end of file